#F24B69

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

Shades of Wild Watermelon #F24B69

Tints of Wild Watermelon #F24B69

Color information

#F24B69 (or 0xF24B69) is unknown color: approx Wild Watermelon. HEX triplet: F2, 4B and 69. RGB value is (242,75,105). Sum of RGB (Red+Green+Blue) = 242+75+105=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F24B69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24B69 is #0DB496. Grayscale: #808080. Windows color (decimal): -898199 or 6900722. OLE color: 6900722.

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

Color convert

RGB24275105-
CMYK00.690.570.05
HSL349.22º86.53%62.16%-
HSV(B)349.22º69.01%94.9%-
XYZ41.6824.9315.98-
YUV128.35114.83209.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 57.35%
GREEN value IS 75 (29.69% from 255) = 17.77%
BLUE value IS 105 (41.41% from 255) = 24.88%
R=57.35%
G=17.77%
B=24.88%

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
Decimal2427510500.690.570.05349.2286.5362.16
HexF24B6904539515d573e
Octal362113151010571553512776
Binary1111001010010111101001010001011110011011010111011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24B69; }

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

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

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

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

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

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

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

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