Html Css Color HEX #F9323B Alizarin

📋 copy color: '#F9323B'

red 249 ◦ green 50 ◦ blue 59

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

Shades of Alizarin #F9323B

Tints of Alizarin #F9323B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.48%

R = 69.55%
G = 13.97%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F9323B (or 0xF9323B) is known color: Alizarin. HEX triplet: F9, 32 and 3B. RGB value is (249,50,59). Sum of RGB (Red+Green+Blue) = 249+50+59=358 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.55% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 59 (23.44% from 255 or 16.48% from 358); Max value from RGB is 249 - color contains mainly: red. Hex color #F9323B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9323B is #06CDC4. Grayscale: #6E6E6E. Windows color (decimal): -445893 or 3879673. OLE color: 3879673.

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

Color convert

RGB 249 50 59 -
CMYK 0 0.80 0.76 0.02
HSL 357.29º 0.94% 0.59% -
HSV(B) 357.29º 0.8% 0.98% -
XYZ 41 22.74 6.37 -
YUV 110.53 98.93 226.77 -
System Red Green Blue C M Y K H S L
Decimal 249 50 59 0 0.80 0.76 0.02 357.29 0.94 0.59
Hex F9 32 3B 0 50 4C 2 165 5E 3B
Octal 371 62 73 0 120 114 2 545 136 73
Binary 11111001 110010 111011 0 1010000 1001100 10 101100101 1011110 111011

Color Harmonies of #F9323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9323B

Black with #F9323B

Text Example


Text Example

White with #F9323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9323B; }

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

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

background-color css

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

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

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

border-color css

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

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

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