Html Css Color HEX #F93031 Alizarin

📋 copy color: '#F93031'

red 249 ◦ green 48 ◦ blue 49

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

Shades of Alizarin #F93031

Tints of Alizarin #F93031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.16%

R = 71.97%
G = 13.87%
B = 14.16%

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

#F93031 (or 0xF93031) is known color: Alizarin. HEX triplet: F9, 30 and 31. RGB value is (249,48,49). Sum of RGB (Red+Green+Blue) = 249+48+49=346 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.97% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 249 - color contains mainly: red. Hex color #F93031 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93031 is #06CFCE. Grayscale: #6C6C6C. Windows color (decimal): -446415 or 3223801. OLE color: 3223801.

HSL color Cylindrical-coordinate representation of color #F93031: hue angle of 359.7º 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 #F93031 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 48 49 -
CMYK 0 0.81 0.80 0.02
HSL 359.7º 0.94% 0.58% -
HSV(B) 359.7º 0.81% 0.98% -
XYZ 40.68 22.48 5.1 -
YUV 108.21 94.59 228.42 -
System Red Green Blue C M Y K H S L
Decimal 249 48 49 0 0.81 0.80 0.02 359.7 0.94 0.58
Hex F9 30 31 0 51 50 2 168 5E 3A
Octal 371 60 61 0 121 120 2 550 136 72
Binary 11111001 110000 110001 0 1010001 1010000 10 101101000 1011110 111010

Color Harmonies of #F93031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93031

Black with #F93031

Text Example


Text Example

White with #F93031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93031; }

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

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

background-color css

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

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

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

border-color css

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

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

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