Html Css Color HEX #FA373F Alizarin

📋 copy color: '#FA373F'

red 250 ◦ green 55 ◦ blue 63

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

Shades of Alizarin #FA373F

Tints of Alizarin #FA373F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.95%

 BLUE value IS 63 (25% from 255) = 17.12%

R = 67.93%
G = 14.95%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA373F (or 0xFA373F) is known color: Alizarin. HEX triplet: FA, 37 and 3F. RGB value is (250,55,63). Sum of RGB (Red+Green+Blue) = 250+55+63=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA373F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA373F is #05C8C0. Grayscale: #727272. Windows color (decimal): -379073 or 4143098. OLE color: 4143098.

HSL color Cylindrical-coordinate representation of color #FA373F: hue angle of 357.54º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA373F is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 55 63 -
CMYK 0 0.78 0.75 0.02
HSL 357.54º 0.95% 0.6% -
HSV(B) 357.54º 0.78% 0.98% -
XYZ 41.69 23.42 7.03 -
YUV 114.22 99.1 224.85 -
System Red Green Blue C M Y K H S L
Decimal 250 55 63 0 0.78 0.75 0.02 357.54 0.95 0.6
Hex FA 37 3F 0 4E 4B 2 166 5F 3C
Octal 372 67 77 0 116 113 2 546 137 74
Binary 11111010 110111 111111 0 1001110 1001011 10 101100110 1011111 111100

Color Harmonies of #FA373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA373F

Black with #FA373F

Text Example


Text Example

White with #FA373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA373F; }

 p { color: rgb(250,55,63); }

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

background-color css

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

 a { background-color: rgb(250,55,63); }

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

border-color css

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

 span { border-color: rgb(250,55,63); }

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