#F24C69

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

Shades of Wild Watermelon #F24C69

Tints of Wild Watermelon #F24C69

Color information

#F24C69 (or 0xF24C69) is unknown color: approx Wild Watermelon. HEX triplet: F2, 4C and 69. RGB value is (242,76,105). Sum of RGB (Red+Green+Blue) = 242+76+105=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24C69 is #0DB396. Grayscale: #808080. Windows color (decimal): -897943 or 6900978. OLE color: 6900978.

HSL color Cylindrical-coordinate representation of color #F24C69: hue angle of 349.52º 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 #F24C69 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB24276105-
CMYK00.690.570.05
HSL349.52º86.46%62.35%-
HSV(B)349.52º68.6%94.9%-
XYZ41.7525.0716-
YUV128.94114.5208.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 57.21%
GREEN value IS 76 (30.08% from 255) = 17.97%
BLUE value IS 105 (41.41% from 255) = 24.82%
R=57.21%
G=17.97%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427610500.690.570.05349.5286.4662.35
HexF24C6904539515e563e
Octal362114151010571553612676
Binary1111001010011001101001010001011110011011010111101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24C69; }

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

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

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

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

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

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

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

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