#F24F70

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

Shades of Wild Watermelon #F24F70

Tints of Wild Watermelon #F24F70

Color information

#F24F70 (or 0xF24F70) is unknown color: approx Wild Watermelon. HEX triplet: F2, 4F and 70. RGB value is (242,79,112). Sum of RGB (Red+Green+Blue) = 242+79+112=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24F70 is #0DB08F. Grayscale: #838383. Windows color (decimal): -897168 or 7360498. OLE color: 7360498.

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

Color convert

RGB24279112-
CMYK00.670.540.05
HSL347.85º86.24%62.94%-
HSV(B)347.85º67.36%94.9%-
XYZ42.3425.6418.05-
YUV131.5117206.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.89%
GREEN value IS 79 (31.25% from 255) = 18.24%
BLUE value IS 112 (44.14% from 255) = 25.87%
R=55.89%
G=18.24%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427911200.670.540.05347.8586.2462.94
HexF24F7004336515c563f
Octal362117160010366553412677
Binary1111001010011111110000010000111101101011010111001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24F70; }

 p { color: rgb(242,79,112); }

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

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

 a { background-color: rgb(242,79,112); }

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

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

 span { border-color: rgb(242,79,112); }

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