Html Css Color HEX #F9373A Alizarin

📋 copy color: '#F9373A'

red 249 ◦ green 55 ◦ blue 58

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

Shades of Alizarin #F9373A

Tints of Alizarin #F9373A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.19%

 BLUE value IS 58 (23.05% from 255) = 16.02%

R = 68.78%
G = 15.19%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#F9373A (or 0xF9373A) is known color: Alizarin. HEX triplet: F9, 37 and 3A. RGB value is (249,55,58). Sum of RGB (Red+Green+Blue) = 249+55+58=362 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.78% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 249 - color contains mainly: red. Hex color #F9373A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9373A is #06C8C5. Grayscale: #717171. Windows color (decimal): -444614 or 3815417. OLE color: 3815417.

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

Color convert

RGB 249 55 58 -
CMYK 0 0.78 0.77 0.02
HSL 359.07º 0.94% 0.6% -
HSV(B) 359.07º 0.78% 0.98% -
XYZ 41.2 23.18 6.31 -
YUV 113.35 96.77 224.76 -
System Red Green Blue C M Y K H S L
Decimal 249 55 58 0 0.78 0.77 0.02 359.07 0.94 0.6
Hex F9 37 3A 0 4E 4D 2 167 5E 3C
Octal 371 67 72 0 116 115 2 547 136 74
Binary 11111001 110111 111010 0 1001110 1001101 10 101100111 1011110 111100

Color Harmonies of #F9373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9373A

Black with #F9373A

Text Example


Text Example

White with #F9373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9373A; }

 p { color: rgb(249,55,58); }

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

background-color css

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

 a { background-color: rgb(249,55,58); }

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

border-color css

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

 span { border-color: rgb(249,55,58); }

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