Html Css Color HEX #F9323C Alizarin

📋 copy color: '#F9323C'

red 249 ◦ green 50 ◦ blue 60

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

Shades of Alizarin #F9323C

Tints of Alizarin #F9323C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.71%

R = 69.36%
G = 13.93%
B = 16.71%

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

#F9323C (or 0xF9323C) is known color: Alizarin. HEX triplet: F9, 32 and 3C. RGB value is (249,50,60). Sum of RGB (Red+Green+Blue) = 249+50+60=359 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.36% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 249 - color contains mainly: red. Hex color #F9323C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9323C is #06CDC3. Grayscale: #6E6E6E. Windows color (decimal): -445892 or 3945209. OLE color: 3945209.

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

Color convert

RGB 249 50 60 -
CMYK 0 0.80 0.76 0.02
HSL 356.98º 0.94% 0.59% -
HSV(B) 356.98º 0.8% 0.98% -
XYZ 41.02 22.75 6.5 -
YUV 110.64 99.43 226.69 -
System Red Green Blue C M Y K H S L
Decimal 249 50 60 0 0.80 0.76 0.02 356.98 0.94 0.59
Hex F9 32 3C 0 50 4C 2 165 5E 3B
Octal 371 62 74 0 120 114 2 545 136 73
Binary 11111001 110010 111100 0 1010000 1001100 10 101100101 1011110 111011

Color Harmonies of #F9323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9323C

Black with #F9323C

Text Example


Text Example

White with #F9323C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9323C; }

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

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

background-color css

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

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

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

border-color css

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

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

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