Html Css Color HEX #F24D71 Wild Watermelon

📋 copy color: '#F24D71'

red 242 ◦ green 77 ◦ blue 113

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

Shades of Wild Watermelon #F24D71

Tints of Wild Watermelon #F24D71

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.82%

 BLUE value IS 113 (44.53% from 255) = 26.16%

R = 56.02%
G = 17.82%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F24D71 (or 0xF24D71) is known color: Wild Watermelon. HEX triplet: F2, 4D and 71. RGB value is (242,77,113). Sum of RGB (Red+Green+Blue) = 242+77+113=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24D71 is #0DB28E. Grayscale: #828282. Windows color (decimal): -897679 or 7425522. OLE color: 7425522.

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

Color convert

RGB 242 77 113 -
CMYK 0 0.68 0.53 0.05
HSL 346.91º 0.86% 0.63% -
HSV(B) 346.91º 0.68% 0.95% -
XYZ 42.25 25.38 18.29 -
YUV 130.44 118.16 207.57 -
System Red Green Blue C M Y K H S L
Decimal 242 77 113 0 0.68 0.53 0.05 346.91 0.86 0.63
Hex F2 4D 71 0 44 35 5 15B 56 3F
Octal 362 115 161 0 104 65 5 533 126 77
Binary 11110010 1001101 1110001 0 1000100 110101 101 101011011 1010110 111111

Color Harmonies of #F24D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24D71

Black with #F24D71

Text Example


Text Example

White with #F24D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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