Html Css Color HEX #F9323A Alizarin

📋 copy color: '#F9323A'

red 249 ◦ green 50 ◦ blue 58

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

Shades of Alizarin #F9323A

Tints of Alizarin #F9323A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.01%

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

R = 69.75%
G = 14.01%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#F9323A (or 0xF9323A) is known color: Alizarin. HEX triplet: F9, 32 and 3A. RGB value is (249,50,58). Sum of RGB (Red+Green+Blue) = 249+50+58=357 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.75% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 249 - color contains mainly: red. Hex color #F9323A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9323A is #06CDC5. Grayscale: #6E6E6E. Windows color (decimal): -445894 or 3814137. OLE color: 3814137.

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

Color convert

RGB 249 50 58 -
CMYK 0 0.80 0.77 0.02
HSL 357.59º 0.94% 0.59% -
HSV(B) 357.59º 0.8% 0.98% -
XYZ 40.97 22.73 6.23 -
YUV 110.41 98.43 226.85 -
System Red Green Blue C M Y K H S L
Decimal 249 50 58 0 0.80 0.77 0.02 357.59 0.94 0.59
Hex F9 32 3A 0 50 4D 2 166 5E 3B
Octal 371 62 72 0 120 115 2 546 136 73
Binary 11111001 110010 111010 0 1010000 1001101 10 101100110 1011110 111011

Color Harmonies of #F9323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9323A

Black with #F9323A

Text Example


Text Example

White with #F9323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9323A; }

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

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

background-color css

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

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

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

border-color css

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

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

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