#F24F65

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

Shades of Wild Watermelon #F24F65

Tints of Wild Watermelon #F24F65

Color information

#F24F65 (or 0xF24F65) is unknown color: approx Wild Watermelon. HEX triplet: F2, 4F and 65. RGB value is (242,79,101). Sum of RGB (Red+Green+Blue) = 242+79+101=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24F65 is #0DB09A. Grayscale: #828282. Windows color (decimal): -897179 or 6639602. OLE color: 6639602.

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

Color convert

RGB24279101-
CMYK00.670.580.05
HSL351.9º86.24%62.94%-
HSV(B)351.9º67.36%94.9%-
XYZ41.7625.4115.02-
YUV130.24111.5207.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 57.35%
GREEN value IS 79 (31.25% from 255) = 18.72%
BLUE value IS 101 (39.84% from 255) = 23.93%
R=57.35%
G=18.72%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427910100.670.580.05351.986.2462.94
HexF24F650433A5160563f
Octal362117145010372554012677
Binary1111001010011111100101010000111110101011011000001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24F65; }

 p { color: rgb(242,79,101); }

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

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

 a { background-color: rgb(242,79,101); }

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

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

 span { border-color: rgb(242,79,101); }

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