#F24E6D

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

Shades of Wild Watermelon #F24E6D

Tints of Wild Watermelon #F24E6D

Color information

#F24E6D (or 0xF24E6D) is unknown color: approx Wild Watermelon. HEX triplet: F2, 4E and 6D. RGB value is (242,78,109). Sum of RGB (Red+Green+Blue) = 242+78+109=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F24E6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24E6D is #0DB192. Grayscale: #828282. Windows color (decimal): -897427 or 7163634. OLE color: 7163634.

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

Color convert

RGB24278109-
CMYK00.680.550.05
HSL348.66º86.32%62.75%-
HSV(B)348.66º67.77%94.9%-
XYZ42.125.4317.16-
YUV130.57115.83207.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.41%
GREEN value IS 78 (30.86% from 255) = 18.18%
BLUE value IS 109 (42.97% from 255) = 25.41%
R=56.41%
G=18.18%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427810900.680.550.05348.6686.3262.75
HexF24E6D04437515d563f
Octal362116155010467553512677
Binary1111001010011101101101010001001101111011010111011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24E6D; }

 p { color: rgb(242,78,109); }

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

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

 a { background-color: rgb(242,78,109); }

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

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

 span { border-color: rgb(242,78,109); }

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