#F24B68

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

Shades of Wild Watermelon #F24B68

Tints of Wild Watermelon #F24B68

Color information

#F24B68 (or 0xF24B68) is unknown color: approx Wild Watermelon. HEX triplet: F2, 4B and 68. RGB value is (242,75,104). Sum of RGB (Red+Green+Blue) = 242+75+104=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F24B68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24B68 is #0DB497. Grayscale: #808080. Windows color (decimal): -898200 or 6835186. OLE color: 6835186.

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

Color convert

RGB24275104-
CMYK00.690.570.05
HSL349.58º86.53%62.16%-
HSV(B)349.58º69.01%94.9%-
XYZ41.6324.9115.71-
YUV128.24114.33209.14-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 57.48%
GREEN value IS 75 (29.69% from 255) = 17.81%
BLUE value IS 104 (41.02% from 255) = 24.70%
R=57.48%
G=17.81%
B=24.70%

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
Decimal2427510400.690.570.05349.5886.5362.16
HexF24B6804539515e573e
Octal362113150010571553612776
Binary1111001010010111101000010001011110011011010111101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24B68; }

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

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

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

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

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

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

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

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