Html Css Color HEX #F24958 Radical Red

📋 copy color: '#F24958'

red 242 ◦ green 73 ◦ blue 88

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

Shades of Radical Red #F24958

Tints of Radical Red #F24958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.84%

R = 60.05%
G = 18.11%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F24958 (or 0xF24958) is known color: Radical Red. HEX triplet: F2, 49 and 58. RGB value is (242,73,88). Sum of RGB (Red+Green+Blue) = 242+73+88=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 88 (34.77% from 255 or 21.84% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F24958 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24958 is #0DB6A7. Grayscale: #7D7D7D. Windows color (decimal): -898728 or 5786098. OLE color: 5786098.

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

Color convert

RGB 242 73 88 -
CMYK 0 0.70 0.64 0.05
HSL 354.67º 0.87% 0.62% -
HSV(B) 354.67º 0.7% 0.95% -
XYZ 40.76 24.35 11.78 -
YUV 125.24 106.99 211.28 -
System Red Green Blue C M Y K H S L
Decimal 242 73 88 0 0.70 0.64 0.05 354.67 0.87 0.62
Hex F2 49 58 0 46 40 5 163 57 3E
Octal 362 111 130 0 106 100 5 543 127 76
Binary 11110010 1001001 1011000 0 1000110 1000000 101 101100011 1010111 111110

Color Harmonies of #F24958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24958

Black with #F24958

Text Example


Text Example

White with #F24958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24958; }

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

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

background-color css

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

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

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

border-color css

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

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

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