#FF5566

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

Shades of Wild Watermelon #FF5566

Tints of Wild Watermelon #FF5566

Color information

#FF5566 (or 0xFF5566) is unknown color: approx Wild Watermelon. HEX triplet: FF, 55 and 66. RGB value is (255,85,102). Sum of RGB (Red+Green+Blue) = 255+85+102=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5566 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5566 is #00AA99. Grayscale: #898989. Windows color (decimal): -43674 or 6706687. OLE color: 6706687.

HSL color Cylindrical-coordinate representation of color #FF5566: hue angle of 354º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF5566 is Cyan = 0, Magento = 0.67, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB25585102-
CMYK00.670.60
HSL354º100%66.67%-
HSV(B)354º66.67%100%-
XYZ46.8928.7215.64-
YUV137.77107.82211.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.69%
GREEN value IS 85 (33.59% from 255) = 19.23%
BLUE value IS 102 (40.23% from 255) = 23.08%
R=57.69%
G=19.23%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558510200.670.6035410066.67
HexFF55660433C01626443
Octal3771251460103740542144103
Binary111111111010101110011001000011111100010110001011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5566; }

 p { color: rgb(255,85,102); }

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

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

 a { background-color: rgb(255,85,102); }

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

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

 span { border-color: rgb(255,85,102); }

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