#F24B66

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

Shades of Wild Watermelon #F24B66

Tints of Wild Watermelon #F24B66

Color information

#F24B66 (or 0xF24B66) is unknown color: approx Wild Watermelon. HEX triplet: F2, 4B and 66. RGB value is (242,75,102). Sum of RGB (Red+Green+Blue) = 242+75+102=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F24B66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24B66 is #0DB499. Grayscale: #808080. Windows color (decimal): -898202 or 6704114. OLE color: 6704114.

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

Color convert

RGB24275102-
CMYK00.690.580.05
HSL350.3º86.53%62.16%-
HSV(B)350.3º69.01%94.9%-
XYZ41.5324.8715.18-
YUV128.01113.33209.3-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 57.76%
GREEN value IS 75 (29.69% from 255) = 17.90%
BLUE value IS 102 (40.23% from 255) = 24.34%
R=57.76%
G=17.90%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427510200.690.580.05350.386.5362.16
HexF24B660453A515e573e
Octal362113146010572553612776
Binary1111001010010111100110010001011110101011010111101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24B66; }

 p { color: rgb(242,75,102); }

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

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

 a { background-color: rgb(242,75,102); }

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

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

 span { border-color: rgb(242,75,102); }

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