Html Css Color HEX #F24858 Radical Red

📋 copy color: '#F24858'

red 242 ◦ green 72 ◦ blue 88

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

Shades of Radical Red #F24858

Tints of Radical Red #F24858

RGB

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

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

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

R = 60.2%
G = 17.91%
B = 21.89%

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

#F24858 (or 0xF24858) is known color: Radical Red. HEX triplet: F2, 48 and 58. RGB value is (242,72,88). Sum of RGB (Red+Green+Blue) = 242+72+88=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 88 (34.77% from 255 or 21.89% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F24858 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24858 is #0DB7A7. Grayscale: #7C7C7C. Windows color (decimal): -898984 or 5785842. OLE color: 5785842.

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

Color convert

RGB 242 72 88 -
CMYK 0 0.70 0.64 0.05
HSL 354.35º 0.87% 0.62% -
HSV(B) 354.35º 0.7% 0.95% -
XYZ 40.7 24.22 11.76 -
YUV 124.65 107.32 211.7 -
System Red Green Blue C M Y K H S L
Decimal 242 72 88 0 0.70 0.64 0.05 354.35 0.87 0.62
Hex F2 48 58 0 46 40 5 162 57 3E
Octal 362 110 130 0 106 100 5 542 127 76
Binary 11110010 1001000 1011000 0 1000110 1000000 101 101100010 1010111 111110

Color Harmonies of #F24858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24858

Black with #F24858

Text Example


Text Example

White with #F24858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24858; }

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

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

background-color css

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

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

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

border-color css

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

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

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