Html Css Color HEX #F24849 Radical Red

📋 copy color: '#F24849'

red 242 ◦ green 72 ◦ blue 73

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

Shades of Radical Red #F24849

Tints of Radical Red #F24849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.6%

 BLUE value IS 73 (28.91% from 255) = 18.86%

R = 62.53%
G = 18.6%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F24849 (or 0xF24849) is known color: Radical Red. HEX triplet: F2, 48 and 49. RGB value is (242,72,73). Sum of RGB (Red+Green+Blue) = 242+72+73=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F24849 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24849 is #0DB7B6. Grayscale: #7B7B7B. Windows color (decimal): -898999 or 4802802. OLE color: 4802802.

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

Color convert

RGB 242 72 73 -
CMYK 0 0.70 0.70 0.05
HSL 359.65º 0.87% 0.62% -
HSV(B) 359.65º 0.7% 0.95% -
XYZ 40.14 23.99 8.82 -
YUV 122.94 99.82 212.92 -
System Red Green Blue C M Y K H S L
Decimal 242 72 73 0 0.70 0.70 0.05 359.65 0.87 0.62
Hex F2 48 49 0 46 46 5 168 57 3E
Octal 362 110 111 0 106 106 5 550 127 76
Binary 11110010 1001000 1001001 0 1000110 1000110 101 101101000 1010111 111110

Color Harmonies of #F24849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24849

Black with #F24849

Text Example


Text Example

White with #F24849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24849; }

 p { color: rgb(242,72,73); }

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

background-color css

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

 a { background-color: rgb(242,72,73); }

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

border-color css

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

 span { border-color: rgb(242,72,73); }

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