#F55460

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

Shades of Wild Watermelon #F55460

Tints of Wild Watermelon #F55460

Color information

#F55460 (or 0xF55460) is unknown color: approx Wild Watermelon. HEX triplet: F5, 54 and 60. RGB value is (245,84,96). Sum of RGB (Red+Green+Blue) = 245+84+96=425 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.65% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 245 - color contains mainly: red. Hex color #F55460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55460 is #0AAB9F. Grayscale: #858585. Windows color (decimal): -699296 or 6313205. OLE color: 6313205.

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

Color convert

RGB2458496-
CMYK00.660.610.04
HSL355.53º88.95%64.51%-
HSV(B)355.53º65.71%96.08%-
XYZ42.9426.613.94-
YUV133.51106.84207.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 57.65%
GREEN value IS 84 (33.20% from 255) = 19.76%
BLUE value IS 96 (37.89% from 255) = 22.59%
R=57.65%
G=19.76%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245849600.660.610.04355.5388.9564.51
HexF554600423D41645941
Octal3651241400102754544131101
Binary11110101101010011000000100001011110110010110010010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55460; }

 p { color: rgb(245,84,96); }

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

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

 a { background-color: rgb(245,84,96); }

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

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

 span { border-color: rgb(245,84,96); }

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