Html Css Color HEX #F93032 Alizarin

📋 copy color: '#F93032'

red 249 ◦ green 48 ◦ blue 50

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

Shades of Alizarin #F93032

Tints of Alizarin #F93032

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.83%

 BLUE value IS 50 (19.92% from 255) = 14.41%

R = 71.76%
G = 13.83%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F93032 (or 0xF93032) is known color: Alizarin. HEX triplet: F9, 30 and 32. RGB value is (249,48,50). Sum of RGB (Red+Green+Blue) = 249+48+50=347 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.76% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 249 - color contains mainly: red. Hex color #F93032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93032 is #06CFCD. Grayscale: #6C6C6C. Windows color (decimal): -446414 or 3289337. OLE color: 3289337.

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

Color convert

RGB 249 48 50 -
CMYK 0 0.81 0.80 0.02
HSL 359.4º 0.94% 0.58% -
HSV(B) 359.4º 0.81% 0.98% -
XYZ 40.7 22.48 5.21 -
YUV 108.33 95.09 228.34 -
System Red Green Blue C M Y K H S L
Decimal 249 48 50 0 0.81 0.80 0.02 359.4 0.94 0.58
Hex F9 30 32 0 51 50 2 167 5E 3A
Octal 371 60 62 0 121 120 2 547 136 72
Binary 11111001 110000 110010 0 1010001 1010000 10 101100111 1011110 111010

Color Harmonies of #F93032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93032

Black with #F93032

Text Example


Text Example

White with #F93032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93032; }

 p { color: rgb(249,48,50); }

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

background-color css

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

 a { background-color: rgb(249,48,50); }

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

border-color css

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

 span { border-color: rgb(249,48,50); }

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