Html Css Color HEX #FA3140 Alizarin

📋 copy color: '#FA3140'

red 250 ◦ green 49 ◦ blue 64

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

Shades of Alizarin #FA3140

Tints of Alizarin #FA3140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.5%

 BLUE value IS 64 (25.39% from 255) = 17.63%

R = 68.87%
G = 13.5%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA3140 (or 0xFA3140) is known color: Alizarin. HEX triplet: FA, 31 and 40. RGB value is (250,49,64). Sum of RGB (Red+Green+Blue) = 250+49+64=363 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.87% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3140 is #05CEBF. Grayscale: #6E6E6E. Windows color (decimal): -380608 or 4207098. OLE color: 4207098.

HSL color Cylindrical-coordinate representation of color #FA3140: hue angle of 355.52º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA3140 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 49 64 -
CMYK 0 0.80 0.74 0.02
HSL 355.52º 0.95% 0.59% -
HSV(B) 355.52º 0.8% 0.98% -
XYZ 41.45 22.89 7.08 -
YUV 110.81 101.59 227.28 -
System Red Green Blue C M Y K H S L
Decimal 250 49 64 0 0.80 0.74 0.02 355.52 0.95 0.59
Hex FA 31 40 0 50 4A 2 164 5F 3B
Octal 372 61 100 0 120 112 2 544 137 73
Binary 11111010 110001 1000000 0 1010000 1001010 10 101100100 1011111 111011

Color Harmonies of #FA3140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3140

Black with #FA3140

Text Example


Text Example

White with #FA3140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3140; }

 p { color: rgb(250,49,64); }

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

background-color css

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

 a { background-color: rgb(250,49,64); }

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

border-color css

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

 span { border-color: rgb(250,49,64); }

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