Html Css Color HEX #FA373C Alizarin

📋 copy color: '#FA373C'

red 250 ◦ green 55 ◦ blue 60

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

Shades of Alizarin #FA373C

Tints of Alizarin #FA373C

RGB

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

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

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

R = 68.49%
G = 15.07%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA373C (or 0xFA373C) is known color: Alizarin. HEX triplet: FA, 37 and 3C. RGB value is (250,55,60). Sum of RGB (Red+Green+Blue) = 250+55+60=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA373C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA373C is #05C8C3. Grayscale: #727272. Windows color (decimal): -379076 or 3946490. OLE color: 3946490.

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

Color convert

RGB 250 55 60 -
CMYK 0 0.78 0.76 0.02
HSL 358.46º 0.95% 0.6% -
HSV(B) 358.46º 0.78% 0.98% -
XYZ 41.61 23.38 6.6 -
YUV 113.88 97.6 225.09 -
System Red Green Blue C M Y K H S L
Decimal 250 55 60 0 0.78 0.76 0.02 358.46 0.95 0.6
Hex FA 37 3C 0 4E 4C 2 166 5F 3C
Octal 372 67 74 0 116 114 2 546 137 74
Binary 11111010 110111 111100 0 1001110 1001100 10 101100110 1011111 111100

Color Harmonies of #FA373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA373C

Black with #FA373C

Text Example


Text Example

White with #FA373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA373C; }

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

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

background-color css

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

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

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

border-color css

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

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

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