Html Css Color HEX #FA323C Alizarin

📋 copy color: '#FA323C'

red 250 ◦ green 50 ◦ blue 60

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

Shades of Alizarin #FA323C

Tints of Alizarin #FA323C

RGB

 RED value IS 250 (98.05% from 255) = 69.44%

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

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

R = 69.44%
G = 13.89%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA323C (or 0xFA323C) is known color: Alizarin. HEX triplet: FA, 32 and 3C. RGB value is (250,50,60). Sum of RGB (Red+Green+Blue) = 250+50+60=360 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.44% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 250 - color contains mainly: red. Hex color #FA323C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA323C is #05CDC3. Grayscale: #6F6F6F. Windows color (decimal): -380356 or 3945210. OLE color: 3945210.

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

Color convert

RGB 250 50 60 -
CMYK 0 0.8 0.76 0.02
HSL 357º 0.95% 0.59% -
HSV(B) 357º 0.8% 0.98% -
XYZ 41.38 22.93 6.52 -
YUV 110.94 99.26 227.19 -
System Red Green Blue C M Y K H S L
Decimal 250 50 60 0 0.8 0.76 0.02 357 0.95 0.59
Hex FA 32 3C 0 50 4C 2 165 5F 3B
Octal 372 62 74 0 120 114 2 545 137 73
Binary 11111010 110010 111100 0 1010000 1001100 10 101100101 1011111 111011

Color Harmonies of #FA323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA323C

Black with #FA323C

Text Example


Text Example

White with #FA323C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA323C; }

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

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

background-color css

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

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

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

border-color css

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

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

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