Html Css Color HEX #FA323A Alizarin

📋 copy color: '#FA323A'

red 250 ◦ green 50 ◦ blue 58

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

Shades of Alizarin #FA323A

Tints of Alizarin #FA323A

RGB

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

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

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

R = 69.83%
G = 13.97%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FA323A (or 0xFA323A) is known color: Alizarin. HEX triplet: FA, 32 and 3A. RGB value is (250,50,58). Sum of RGB (Red+Green+Blue) = 250+50+58=358 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.83% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 250 - color contains mainly: red. Hex color #FA323A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA323A is #05CDC5. Grayscale: #6E6E6E. Windows color (decimal): -380358 or 3814138. OLE color: 3814138.

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

Color convert

RGB 250 50 58 -
CMYK 0 0.8 0.77 0.02
HSL 357.6º 0.95% 0.59% -
HSV(B) 357.6º 0.8% 0.98% -
XYZ 41.33 22.91 6.25 -
YUV 110.71 98.26 227.35 -
System Red Green Blue C M Y K H S L
Decimal 250 50 58 0 0.8 0.77 0.02 357.6 0.95 0.59
Hex FA 32 3A 0 50 4D 2 166 5F 3B
Octal 372 62 72 0 120 115 2 546 137 73
Binary 11111010 110010 111010 0 1010000 1001101 10 101100110 1011111 111011

Color Harmonies of #FA323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA323A

Black with #FA323A

Text Example


Text Example

White with #FA323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA323A; }

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

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

background-color css

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

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

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

border-color css

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

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

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