Html Css Color HEX #FA293B Alizarin

📋 copy color: '#FA293B'

red 250 ◦ green 41 ◦ blue 59

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

Shades of Alizarin #FA293B

Tints of Alizarin #FA293B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.71%

 BLUE value IS 59 (23.44% from 255) = 16.86%

R = 71.43%
G = 11.71%
B = 16.86%

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

#FA293B (or 0xFA293B) is known color: Alizarin. HEX triplet: FA, 29 and 3B. RGB value is (250,41,59). Sum of RGB (Red+Green+Blue) = 250+41+59=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA293B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA293B is #05D6C4. Grayscale: #696969. Windows color (decimal): -382661 or 3877370. OLE color: 3877370.

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

Color convert

RGB 250 41 59 -
CMYK 0 0.84 0.76 0.02
HSL 354.83º 0.95% 0.57% -
HSV(B) 354.83º 0.84% 0.98% -
XYZ 41.01 22.23 6.27 -
YUV 105.54 101.74 231.04 -
System Red Green Blue C M Y K H S L
Decimal 250 41 59 0 0.84 0.76 0.02 354.83 0.95 0.57
Hex FA 29 3B 0 54 4C 2 163 5F 39
Octal 372 51 73 0 124 114 2 543 137 71
Binary 11111010 101001 111011 0 1010100 1001100 10 101100011 1011111 111001

Color Harmonies of #FA293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA293B

Black with #FA293B

Text Example


Text Example

White with #FA293B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA293B; }

 p { color: rgb(250,41,59); }

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

background-color css

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

 a { background-color: rgb(250,41,59); }

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

border-color css

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

 span { border-color: rgb(250,41,59); }

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