Html Css Color HEX #F94452 Radical Red

📋 copy color: '#F94452'

red 249 ◦ green 68 ◦ blue 82

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

Shades of Radical Red #F94452

Tints of Radical Red #F94452

RGB

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

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

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

R = 62.41%
G = 17.04%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#F94452 (or 0xF94452) is known color: Radical Red. HEX triplet: F9, 44 and 52. RGB value is (249,68,82). Sum of RGB (Red+Green+Blue) = 249+68+82=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F94452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94452 is #06BBAD. Grayscale: #7B7B7B. Windows color (decimal): -441262 or 5391609. OLE color: 5391609.

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

Color convert

RGB 249 68 82 -
CMYK 0 0.73 0.67 0.02
HSL 355.36º 0.94% 0.62% -
HSV(B) 355.36º 0.73% 0.98% -
XYZ 42.66 24.88 10.54 -
YUV 123.72 104.47 217.36 -
System Red Green Blue C M Y K H S L
Decimal 249 68 82 0 0.73 0.67 0.02 355.36 0.94 0.62
Hex F9 44 52 0 49 43 2 163 5E 3E
Octal 371 104 122 0 111 103 2 543 136 76
Binary 11111001 1000100 1010010 0 1001001 1000011 10 101100011 1011110 111110

Color Harmonies of #F94452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94452

Black with #F94452

Text Example


Text Example

White with #F94452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94452; }

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

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

background-color css

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

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

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

border-color css

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

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

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