Html Css Color HEX #FA273C Alizarin

📋 copy color: '#FA273C'

red 250 ◦ green 39 ◦ blue 60

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

Shades of Alizarin #FA273C

Tints of Alizarin #FA273C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.17%

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

R = 71.63%
G = 11.17%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA273C (or 0xFA273C) is known color: Alizarin. HEX triplet: FA, 27 and 3C. RGB value is (250,39,60). Sum of RGB (Red+Green+Blue) = 250+39+60=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA273C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA273C is #05D8C3. Grayscale: #686868. Windows color (decimal): -383172 or 3942394. OLE color: 3942394.

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

Color convert

RGB 250 39 60 -
CMYK 0 0.84 0.76 0.02
HSL 354.03º 0.95% 0.57% -
HSV(B) 354.03º 0.84% 0.98% -
XYZ 40.97 22.1 6.38 -
YUV 104.48 102.9 231.79 -
System Red Green Blue C M Y K H S L
Decimal 250 39 60 0 0.84 0.76 0.02 354.03 0.95 0.57
Hex FA 27 3C 0 54 4C 2 162 5F 39
Octal 372 47 74 0 124 114 2 542 137 71
Binary 11111010 100111 111100 0 1010100 1001100 10 101100010 1011111 111001

Color Harmonies of #FA273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA273C

Black with #FA273C

Text Example


Text Example

White with #FA273C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA273C; }

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

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

background-color css

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

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

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

border-color css

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

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

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