#F24E61

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

Shades of Wild Watermelon #F24E61

Tints of Wild Watermelon #F24E61

Color information

#F24E61 (or 0xF24E61) is unknown color: approx Wild Watermelon. HEX triplet: F2, 4E and 61. RGB value is (242,78,97). Sum of RGB (Red+Green+Blue) = 242+78+97=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F24E61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24E61 is #0DB19E. Grayscale: #818181. Windows color (decimal): -897439 or 6377202. OLE color: 6377202.

HSL color Cylindrical-coordinate representation of color #F24E61: hue angle of 353.05º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F24E61 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB2427897-
CMYK00.680.600.05
HSL353.05º86.32%62.75%-
HSV(B)353.05º67.77%94.9%-
XYZ41.525.1913.98-
YUV129.2109.83208.46-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 58.03%
GREEN value IS 78 (30.86% from 255) = 18.71%
BLUE value IS 97 (38.28% from 255) = 23.26%
R=58.03%
G=18.71%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242789700.680.600.05353.0586.3262.75
HexF24E610443C5161563f
Octal362116141010474554112677
Binary1111001010011101100001010001001111001011011000011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24E61; }

 p { color: rgb(242,78,97); }

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

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

 a { background-color: rgb(242,78,97); }

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

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

 span { border-color: rgb(242,78,97); }

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