Html Css Color HEX #F24955 Radical Red

📋 copy color: '#F24955'

red 242 ◦ green 73 ◦ blue 85

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

Shades of Radical Red #F24955

Tints of Radical Red #F24955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.25%

R = 60.5%
G = 18.25%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F24955 (or 0xF24955) is known color: Radical Red. HEX triplet: F2, 49 and 55. RGB value is (242,73,85). Sum of RGB (Red+Green+Blue) = 242+73+85=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F24955 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24955 is #0DB6AA. Grayscale: #7D7D7D. Windows color (decimal): -898731 or 5589490. OLE color: 5589490.

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

Color convert

RGB 242 73 85 -
CMYK 0 0.70 0.65 0.05
HSL 355.74º 0.87% 0.62% -
HSV(B) 355.74º 0.7% 0.95% -
XYZ 40.64 24.3 11.14 -
YUV 124.9 105.49 211.52 -
System Red Green Blue C M Y K H S L
Decimal 242 73 85 0 0.70 0.65 0.05 355.74 0.87 0.62
Hex F2 49 55 0 46 41 5 164 57 3E
Octal 362 111 125 0 106 101 5 544 127 76
Binary 11110010 1001001 1010101 0 1000110 1000001 101 101100100 1010111 111110

Color Harmonies of #F24955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24955

Black with #F24955

Text Example


Text Example

White with #F24955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24955; }

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

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

background-color css

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

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

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

border-color css

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

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

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