#F55A61

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

Shades of Wild Watermelon #F55A61

Tints of Wild Watermelon #F55A61

Color information

#F55A61 (or 0xF55A61) is unknown color: approx Wild Watermelon. HEX triplet: F5, 5A and 61. RGB value is (245,90,97). Sum of RGB (Red+Green+Blue) = 245+90+97=432 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.71% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55A61 is #0AA59E. Grayscale: #898989. Windows color (decimal): -697759 or 6380277. OLE color: 6380277.

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

Color convert

RGB2459097-
CMYK00.630.600.04
HSL357.29º88.57%65.69%-
HSV(B)357.29º63.27%96.08%-
XYZ43.4727.5914.34-
YUV137.14105.35204.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.71%
GREEN value IS 90 (35.55% from 255) = 20.83%
BLUE value IS 97 (38.28% from 255) = 22.45%
R=56.71%
G=20.83%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245909700.630.600.04357.2988.5765.69
HexF55A6103F3C41655942
Octal365132141077744545131102
Binary1111010110110101100001011111111110010010110010110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55A61; }

 p { color: rgb(245,90,97); }

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

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

 a { background-color: rgb(245,90,97); }

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

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

 span { border-color: rgb(245,90,97); }

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