#fd5774

Color #FD5774 Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #FD5774

Tints of Wild Watermelon #FD5774

Color information

#FD5774 (or 0xFD5774) is unknown color: approx Wild Watermelon. HEX triplet: FD, 57 and 74. RGB value is (253,87,116). Sum of RGB (Red+Green+Blue) = 253+87+116=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5774 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5774 is #02A88B. Grayscale: #8B8B8B. Windows color (decimal): -174220 or 7624701. OLE color: 7624701.

HSL color Cylindrical-coordinate representation of color #FD5774: hue angle of 349.52º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD5774 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB25387116-
CMYK00.660.540.01
HSL349.52º97.65%66.67%-
HSV(B)349.52º65.61%99.22%-
XYZ47.0728.9619.63-
YUV139.94114.5208.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 55.48%
GREEN value IS 87 (34.38% from 255) = 19.08%
BLUE value IS 116 (45.70% from 255) = 25.44%
R=55.48%
G=19.08%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538711600.660.540.01349.5297.6566.67
HexFD577404236115e6243
Octal3751271640102661536142103
Binary111111011010111111010001000010110110110101111011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fd5774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fd5774; }

 p { color: rgb(253,87,116); }

 H1.HeaderClassName
 {
   color: #fd5774;
 }
 .AnyTagClassName
 {
   color: #fd5774;
 }
</style>
background-color css

<style>
 a { background-color: #fd5774; }

 a { background-color: rgb(253,87,116); }

 div.DivClassName
 {
   background-color: #fd5774;
 }
 .BgClassName
 {
   background-color: #fd5774;
 }
</style>
border-color css

<style>
 span { border-color: #fd5774; }

 span { border-color: rgb(253,87,116); }

 td.TdClassName
 {
   border-color: #fd5774;
 }
 .TagClassName
 {
   border-color: #fd5774;
 }
</style>