#F24970

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

Shades of Wild Watermelon #F24970

Tints of Wild Watermelon #F24970

Color information

#F24970 (or 0xF24970) is unknown color: approx Wild Watermelon. HEX triplet: F2, 49 and 70. RGB value is (242,73,112). Sum of RGB (Red+Green+Blue) = 242+73+112=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F24970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24970 is #0DB68F. Grayscale: #7F7F7F. Windows color (decimal): -898704 or 7358962. OLE color: 7358962.

HSL color Cylindrical-coordinate representation of color #F24970: hue angle of 346.15º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F24970 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB24273112-
CMYK00.700.540.05
HSL346.15º86.67%61.76%-
HSV(B)346.15º69.83%94.9%-
XYZ41.9324.8117.91-
YUV127.98118.99209.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.67%
GREEN value IS 73 (28.91% from 255) = 17.10%
BLUE value IS 112 (44.14% from 255) = 26.23%
R=56.67%
G=17.10%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427311200.700.540.05346.1586.6761.76
HexF2497004636515a573e
Octal362111160010666553212776
Binary1111001010010011110000010001101101101011010110101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24970; }

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

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

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

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

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

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

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

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