Html Css Color HEX #F24E61 Wild Watermelon

📋 copy color: '#F24E61'

red 242 ◦ green 78 ◦ blue 97

#F24E61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #F24E61

Tints of Wild Watermelon #F24E61

RGB

 RED value IS 242 (94.92% from 255) = 58.03%

 GREEN value IS 78 (30.86% from 255) = 18.71%

 BLUE value IS 97 (38.28% from 255) = 23.26%

R = 58.03%
G = 18.71%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F24E61 (or 0xF24E61) is known color: Wild Watermelon. HEX triplet: F2, 4E and 61. RGB value is (242,78,97). Sum of RGB (Red+Green+Blue) = 242+78+97=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F24E61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24E61 is #0DB19E. Grayscale: #818181. Windows color (decimal): -897439 or 6377202. OLE color: 6377202.

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

Color convert

RGB 242 78 97 -
CMYK 0 0.68 0.60 0.05
HSL 353.05º 0.86% 0.63% -
HSV(B) 353.05º 0.68% 0.95% -
XYZ 41.5 25.19 13.98 -
YUV 129.2 109.83 208.46 -
System Red Green Blue C M Y K H S L
Decimal 242 78 97 0 0.68 0.60 0.05 353.05 0.86 0.63
Hex F2 4E 61 0 44 3C 5 161 56 3F
Octal 362 116 141 0 104 74 5 541 126 77
Binary 11110010 1001110 1100001 0 1000100 111100 101 101100001 1010110 111111

Color Harmonies of #F24E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24E61

Black with #F24E61

Text Example


Text Example

White with #F24E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24E61; }

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

 H1.HeaderClassName
 {
   color: #F24E61;
 }
 .AnyTagClassName
 {
   color: #F24E61;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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