Html Css Color HEX #F24951 Radical Red

📋 copy color: '#F24951'

red 242 ◦ green 73 ◦ blue 81

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

Shades of Radical Red #F24951

Tints of Radical Red #F24951

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.43%

 BLUE value IS 81 (32.03% from 255) = 20.45%

R = 61.11%
G = 18.43%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F24951 (or 0xF24951) is known color: Radical Red. HEX triplet: F2, 49 and 51. RGB value is (242,73,81). Sum of RGB (Red+Green+Blue) = 242+73+81=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F24951 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24951 is #0DB6AE. Grayscale: #7C7C7C. Windows color (decimal): -898735 or 5327346. OLE color: 5327346.

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

Color convert

RGB 242 73 81 -
CMYK 0 0.70 0.67 0.05
HSL 357.16º 0.87% 0.62% -
HSV(B) 357.16º 0.7% 0.95% -
XYZ 40.49 24.24 10.33 -
YUV 124.44 103.49 211.85 -
System Red Green Blue C M Y K H S L
Decimal 242 73 81 0 0.70 0.67 0.05 357.16 0.87 0.62
Hex F2 49 51 0 46 43 5 165 57 3E
Octal 362 111 121 0 106 103 5 545 127 76
Binary 11110010 1001001 1010001 0 1000110 1000011 101 101100101 1010111 111110

Color Harmonies of #F24951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24951

Black with #F24951

Text Example


Text Example

White with #F24951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24951; }

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

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

background-color css

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

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

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

border-color css

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

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

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