#FD6477

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

Shades of Wild Watermelon #FD6477

Tints of Wild Watermelon #FD6477

Color information

#FD6477 (or 0xFD6477) is unknown color: approx Wild Watermelon. HEX triplet: FD, 64 and 77. RGB value is (253,100,119). Sum of RGB (Red+Green+Blue) = 253+100+119=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6477 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6477 is #029B88. Grayscale: #939393. Windows color (decimal): -170889 or 7824637. OLE color: 7824637.

HSL color Cylindrical-coordinate representation of color #FD6477: hue angle of 352.55º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD6477 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB253100119-
CMYK00.600.530.01
HSL352.55º97.45%69.22%-
HSV(B)352.55º60.47%99.22%-
XYZ48.3931.3320.95-
YUV147.91111.69202.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.60%
GREEN value IS 100 (39.45% from 255) = 21.19%
BLUE value IS 119 (46.88% from 255) = 25.21%
R=53.60%
G=21.19%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310011900.600.530.01352.5597.4569.22
HexFD647703C3511616145
Octal375144167074651541141105
Binary11111101110010011101110111100110101110110000111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6477; }

 p { color: rgb(253,100,119); }

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

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

 a { background-color: rgb(253,100,119); }

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

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

 span { border-color: rgb(253,100,119); }

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