Html Css Color HEX #F24452 Radical Red

📋 copy color: '#F24452'

red 242 ◦ green 68 ◦ blue 82

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

Shades of Radical Red #F24452

Tints of Radical Red #F24452

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.35%

 BLUE value IS 82 (32.42% from 255) = 20.92%

R = 61.73%
G = 17.35%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F24452 (or 0xF24452) is known color: Radical Red. HEX triplet: F2, 44 and 52. RGB value is (242,68,82). Sum of RGB (Red+Green+Blue) = 242+68+82=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F24452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24452 is #0DBBAD. Grayscale: #797979. Windows color (decimal): -900014 or 5391602. OLE color: 5391602.

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

Color convert

RGB 242 68 82 -
CMYK 0 0.72 0.66 0.05
HSL 355.17º 0.87% 0.61% -
HSV(B) 355.17º 0.72% 0.95% -
XYZ 40.21 23.62 10.42 -
YUV 121.62 105.65 213.86 -
System Red Green Blue C M Y K H S L
Decimal 242 68 82 0 0.72 0.66 0.05 355.17 0.87 0.61
Hex F2 44 52 0 48 42 5 163 57 3D
Octal 362 104 122 0 110 102 5 543 127 75
Binary 11110010 1000100 1010010 0 1001000 1000010 101 101100011 1010111 111101

Color Harmonies of #F24452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24452

Black with #F24452

Text Example


Text Example

White with #F24452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24452; }

 p { color: rgb(242,68,82); }

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

background-color css

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

 a { background-color: rgb(242,68,82); }

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

border-color css

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

 span { border-color: rgb(242,68,82); }

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