Html Css Color HEX #F24C64 Wild Watermelon

📋 copy color: '#F24C64'

red 242 ◦ green 76 ◦ blue 100

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

Shades of Wild Watermelon #F24C64

Tints of Wild Watermelon #F24C64

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.18%

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

R = 57.89%
G = 18.18%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F24C64 (or 0xF24C64) is known color: Wild Watermelon. HEX triplet: F2, 4C and 64. RGB value is (242,76,100). Sum of RGB (Red+Green+Blue) = 242+76+100=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24C64 is #0DB39B. Grayscale: #808080. Windows color (decimal): -897948 or 6573298. OLE color: 6573298.

HSL color Cylindrical-coordinate representation of color #F24C64: hue angle of 351.33º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F24C64 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 76 100 -
CMYK 0 0.69 0.59 0.05
HSL 351.33º 0.86% 0.62% -
HSV(B) 351.33º 0.69% 0.95% -
XYZ 41.5 24.97 14.69 -
YUV 128.37 112 209.05 -
System Red Green Blue C M Y K H S L
Decimal 242 76 100 0 0.69 0.59 0.05 351.33 0.86 0.62
Hex F2 4C 64 0 45 3B 5 15F 56 3E
Octal 362 114 144 0 105 73 5 537 126 76
Binary 11110010 1001100 1100100 0 1000101 111011 101 101011111 1010110 111110

Color Harmonies of #F24C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24C64

Black with #F24C64

Text Example


Text Example

White with #F24C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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