Html Css Color HEX #FA2941 Alizarin

📋 copy color: '#FA2941'

red 250 ◦ green 41 ◦ blue 65

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

Shades of Alizarin #FA2941

Tints of Alizarin #FA2941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.26%

R = 70.22%
G = 11.52%
B = 18.26%

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

#FA2941 (or 0xFA2941) is known color: Alizarin. HEX triplet: FA, 29 and 41. RGB value is (250,41,65). Sum of RGB (Red+Green+Blue) = 250+41+65=356 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.22% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2941 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2941 is #05D6BE. Grayscale: #6A6A6A. Windows color (decimal): -382655 or 4270586. OLE color: 4270586.

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

Color convert

RGB 250 41 65 -
CMYK 0 0.84 0.74 0.02
HSL 353.11º 0.95% 0.57% -
HSV(B) 353.11º 0.84% 0.98% -
XYZ 41.17 22.29 7.13 -
YUV 106.23 104.74 230.55 -
System Red Green Blue C M Y K H S L
Decimal 250 41 65 0 0.84 0.74 0.02 353.11 0.95 0.57
Hex FA 29 41 0 54 4A 2 161 5F 39
Octal 372 51 101 0 124 112 2 541 137 71
Binary 11111010 101001 1000001 0 1010100 1001010 10 101100001 1011111 111001

Color Harmonies of #FA2941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2941

Black with #FA2941

Text Example


Text Example

White with #FA2941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2941; }

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

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

background-color css

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

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

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

border-color css

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

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

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