Html Css Color HEX #FA2940 Alizarin

📋 copy color: '#FA2940'

red 250 ◦ green 41 ◦ blue 64

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

Shades of Alizarin #FA2940

Tints of Alizarin #FA2940

RGB

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

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

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

R = 70.42%
G = 11.55%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA2940 (or 0xFA2940) is known color: Alizarin. HEX triplet: FA, 29 and 40. RGB value is (250,41,64). Sum of RGB (Red+Green+Blue) = 250+41+64=355 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.42% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2940 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2940 is #05D6BF. Grayscale: #6A6A6A. Windows color (decimal): -382656 or 4205050. OLE color: 4205050.

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

Color convert

RGB 250 41 64 -
CMYK 0 0.84 0.74 0.02
HSL 353.4º 0.95% 0.57% -
HSV(B) 353.4º 0.84% 0.98% -
XYZ 41.14 22.28 6.98 -
YUV 106.11 104.24 230.63 -
System Red Green Blue C M Y K H S L
Decimal 250 41 64 0 0.84 0.74 0.02 353.4 0.95 0.57
Hex FA 29 40 0 54 4A 2 161 5F 39
Octal 372 51 100 0 124 112 2 541 137 71
Binary 11111010 101001 1000000 0 1010100 1001010 10 101100001 1011111 111001

Color Harmonies of #FA2940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2940

Black with #FA2940

Text Example


Text Example

White with #FA2940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2940; }

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

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

background-color css

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

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

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

border-color css

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

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

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