Html Css Color HEX #F24D64 Wild Watermelon

📋 copy color: '#F24D64'

red 242 ◦ green 77 ◦ blue 100

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

Shades of Wild Watermelon #F24D64

Tints of Wild Watermelon #F24D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.87%

R = 57.76%
G = 18.38%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F24D64 (or 0xF24D64) is known color: Wild Watermelon. HEX triplet: F2, 4D and 64. RGB value is (242,77,100). Sum of RGB (Red+Green+Blue) = 242+77+100=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24D64 is #0DB29B. Grayscale: #818181. Windows color (decimal): -897692 or 6573554. OLE color: 6573554.

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

Color convert

RGB 242 77 100 -
CMYK 0 0.68 0.59 0.05
HSL 351.64º 0.86% 0.63% -
HSV(B) 351.64º 0.68% 0.95% -
XYZ 41.57 25.11 14.71 -
YUV 128.96 111.66 208.63 -
System Red Green Blue C M Y K H S L
Decimal 242 77 100 0 0.68 0.59 0.05 351.64 0.86 0.63
Hex F2 4D 64 0 44 3B 5 160 56 3F
Octal 362 115 144 0 104 73 5 540 126 77
Binary 11110010 1001101 1100100 0 1000100 111011 101 101100000 1010110 111111

Color Harmonies of #F24D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24D64

Black with #F24D64

Text Example


Text Example

White with #F24D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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