#F55666

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

Shades of Wild Watermelon #F55666

Tints of Wild Watermelon #F55666

Color information

#F55666 (or 0xF55666) is unknown color: approx Wild Watermelon. HEX triplet: F5, 56 and 66. RGB value is (245,86,102). Sum of RGB (Red+Green+Blue) = 245+86+102=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F55666 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55666 is #0AA999. Grayscale: #878787. Windows color (decimal): -698778 or 6706933. OLE color: 6706933.

HSL color Cylindrical-coordinate representation of color #F55666: hue angle of 353.96º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F55666 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB24586102-
CMYK00.650.580.04
HSL353.96º88.83%64.9%-
HSV(B)353.96º64.9%96.08%-
XYZ43.3827.0315.5-
YUV135.36109.18206.2-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.58%
GREEN value IS 86 (33.98% from 255) = 19.86%
BLUE value IS 102 (40.23% from 255) = 23.56%
R=56.58%
G=19.86%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458610200.650.580.04353.9688.8364.9
HexF556660413A41625941
Octal3651261460101724542131101
Binary11110101101011011001100100000111101010010110001010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55666; }

 p { color: rgb(245,86,102); }

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

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

 a { background-color: rgb(245,86,102); }

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

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

 span { border-color: rgb(245,86,102); }

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