Html Css Color HEX #FA273A Alizarin

📋 copy color: '#FA273A'

red 250 ◦ green 39 ◦ blue 58

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

Shades of Alizarin #FA273A

Tints of Alizarin #FA273A

RGB

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

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

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

R = 72.05%
G = 11.24%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FA273A (or 0xFA273A) is known color: Alizarin. HEX triplet: FA, 27 and 3A. RGB value is (250,39,58). Sum of RGB (Red+Green+Blue) = 250+39+58=347 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.05% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 250 - color contains mainly: red. Hex color #FA273A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA273A is #05D8C5. Grayscale: #686868. Windows color (decimal): -383174 or 3811322. OLE color: 3811322.

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

Color convert

RGB 250 39 58 -
CMYK 0 0.84 0.77 0.02
HSL 354.6º 0.95% 0.57% -
HSV(B) 354.6º 0.84% 0.98% -
XYZ 40.91 22.08 6.11 -
YUV 104.26 101.9 231.96 -
System Red Green Blue C M Y K H S L
Decimal 250 39 58 0 0.84 0.77 0.02 354.6 0.95 0.57
Hex FA 27 3A 0 54 4D 2 163 5F 39
Octal 372 47 72 0 124 115 2 543 137 71
Binary 11111010 100111 111010 0 1010100 1001101 10 101100011 1011111 111001

Color Harmonies of #FA273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA273A

Black with #FA273A

Text Example


Text Example

White with #FA273A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA273A; }

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

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

background-color css

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

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

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

border-color css

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

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

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