#F24D63

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

Shades of Wild Watermelon #F24D63

Tints of Wild Watermelon #F24D63

Color information

#F24D63 (or 0xF24D63) is unknown color: approx Wild Watermelon. HEX triplet: F2, 4D and 63. RGB value is (242,77,99). Sum of RGB (Red+Green+Blue) = 242+77+99=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24D63 is #0DB29C. Grayscale: #808080. Windows color (decimal): -897693 or 6508018. OLE color: 6508018.

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

Color convert

RGB2427799-
CMYK00.680.590.05
HSL352º86.39%62.55%-
HSV(B)352º68.18%94.9%-
XYZ41.5225.0914.46-
YUV128.84111.16208.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 57.89%
GREEN value IS 77 (30.47% from 255) = 18.42%
BLUE value IS 99 (39.06% from 255) = 23.68%
R=57.89%
G=18.42%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242779900.680.590.0535286.3962.55
HexF24D630443B5160563f
Octal362115143010473554012677
Binary1111001010011011100011010001001110111011011000001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24D63; }

 p { color: rgb(242,77,99); }

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

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

 a { background-color: rgb(242,77,99); }

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

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

 span { border-color: rgb(242,77,99); }

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