#F55F66

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

Shades of Wild Watermelon #F55F66

Tints of Wild Watermelon #F55F66

Color information

#F55F66 (or 0xF55F66) is unknown color: approx Wild Watermelon. HEX triplet: F5, 5F and 66. RGB value is (245,95,102). Sum of RGB (Red+Green+Blue) = 245+95+102=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55F66 is #0AA099. Grayscale: #8C8C8C. Windows color (decimal): -696474 or 6709237. OLE color: 6709237.

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

Color convert

RGB24595102-
CMYK00.610.580.04
HSL357.2º88.24%66.67%-
HSV(B)357.2º61.22%96.08%-
XYZ44.1528.5615.76-
YUV140.65106.2202.43-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.43%
GREEN value IS 95 (37.5% from 255) = 21.49%
BLUE value IS 102 (40.23% from 255) = 23.08%
R=55.43%
G=21.49%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459510200.610.580.04357.288.2466.67
HexF55F6603D3A41655843
Octal365137146075724545130103
Binary1111010110111111100110011110111101010010110010110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55F66; }

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

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

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

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

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

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

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

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