#F24C6F

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

Shades of Wild Watermelon #F24C6F

Tints of Wild Watermelon #F24C6F

Color information

#F24C6F (or 0xF24C6F) is unknown color: approx Wild Watermelon. HEX triplet: F2, 4C and 6F. RGB value is (242,76,111). Sum of RGB (Red+Green+Blue) = 242+76+111=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24C6F is #0DB390. Grayscale: #818181. Windows color (decimal): -897937 or 7294194. OLE color: 7294194.

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

Color convert

RGB24276111-
CMYK00.690.540.05
HSL347.35º86.46%62.35%-
HSV(B)347.35º68.6%94.9%-
XYZ42.0725.1917.68-
YUV129.62117.5208.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.41%
GREEN value IS 76 (30.08% from 255) = 17.72%
BLUE value IS 111 (43.75% from 255) = 25.87%
R=56.41%
G=17.72%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427611100.690.540.05347.3586.4662.35
HexF24C6F04536515b563e
Octal362114157010566553312676
Binary1111001010011001101111010001011101101011010110111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24C6F; }

 p { color: rgb(242,76,111); }

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

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

 a { background-color: rgb(242,76,111); }

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

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

 span { border-color: rgb(242,76,111); }

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