Html Css Color HEX #F94A52 Radical Red

📋 copy color: '#F94A52'

red 249 ◦ green 74 ◦ blue 82

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

Shades of Radical Red #F94A52

Tints of Radical Red #F94A52

RGB

 RED value IS 249 (97.66% from 255) = 61.48%

 GREEN value IS 74 (29.3% from 255) = 18.27%

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

R = 61.48%
G = 18.27%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#F94A52 (or 0xF94A52) is known color: Radical Red. HEX triplet: F9, 4A and 52. RGB value is (249,74,82). Sum of RGB (Red+Green+Blue) = 249+74+82=405 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.48% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94A52 is #06B5AD. Grayscale: #7F7F7F. Windows color (decimal): -439726 or 5393145. OLE color: 5393145.

HSL color Cylindrical-coordinate representation of color #F94A52: hue angle of 357.26º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94A52 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 74 82 -
CMYK 0 0.70 0.67 0.02
HSL 357.26º 0.94% 0.63% -
HSV(B) 357.26º 0.7% 0.98% -
XYZ 43.04 25.65 10.66 -
YUV 127.24 102.48 214.85 -
System Red Green Blue C M Y K H S L
Decimal 249 74 82 0 0.70 0.67 0.02 357.26 0.94 0.63
Hex F9 4A 52 0 46 43 2 165 5E 3F
Octal 371 112 122 0 106 103 2 545 136 77
Binary 11111001 1001010 1010010 0 1000110 1000011 10 101100101 1011110 111111

Color Harmonies of #F94A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94A52

Black with #F94A52

Text Example


Text Example

White with #F94A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94A52; }

 p { color: rgb(249,74,82); }

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

background-color css

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

 a { background-color: rgb(249,74,82); }

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

border-color css

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

 span { border-color: rgb(249,74,82); }

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