Html Css Color HEX #F24D66 Wild Watermelon

📋 copy color: '#F24D66'

red 242 ◦ green 77 ◦ blue 102

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

Shades of Wild Watermelon #F24D66

Tints of Wild Watermelon #F24D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.23%

R = 57.48%
G = 18.29%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F24D66 (or 0xF24D66) is known color: Wild Watermelon. HEX triplet: F2, 4D and 66. RGB value is (242,77,102). Sum of RGB (Red+Green+Blue) = 242+77+102=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24D66 is #0DB299. Grayscale: #818181. Windows color (decimal): -897690 or 6704626. OLE color: 6704626.

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

Color convert

RGB 242 77 102 -
CMYK 0 0.68 0.58 0.05
HSL 350.91º 0.86% 0.63% -
HSV(B) 350.91º 0.68% 0.95% -
XYZ 41.67 25.14 15.23 -
YUV 129.19 112.66 208.47 -
System Red Green Blue C M Y K H S L
Decimal 242 77 102 0 0.68 0.58 0.05 350.91 0.86 0.63
Hex F2 4D 66 0 44 3A 5 15F 56 3F
Octal 362 115 146 0 104 72 5 537 126 77
Binary 11110010 1001101 1100110 0 1000100 111010 101 101011111 1010110 111111

Color Harmonies of #F24D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24D66

Black with #F24D66

Text Example


Text Example

White with #F24D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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