Html Css Color HEX #FA2E41 Alizarin

📋 copy color: '#FA2E41'

red 250 ◦ green 46 ◦ blue 65

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

Shades of Alizarin #FA2E41

Tints of Alizarin #FA2E41

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.74%

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

R = 69.25%
G = 12.74%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA2E41 (or 0xFA2E41) is known color: Alizarin. HEX triplet: FA, 2E and 41. RGB value is (250,46,65). Sum of RGB (Red+Green+Blue) = 250+46+65=361 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.25% from 361); Green value is 46 (18.36% from 255 or 12.74% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2E41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2E41 is #05D1BE. Grayscale: #6D6D6D. Windows color (decimal): -381375 or 4271866. OLE color: 4271866.

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

Color convert

RGB 250 46 65 -
CMYK 0 0.82 0.74 0.02
HSL 354.41º 0.95% 0.58% -
HSV(B) 354.41º 0.82% 0.98% -
XYZ 41.36 22.66 7.2 -
YUV 109.16 103.09 228.46 -
System Red Green Blue C M Y K H S L
Decimal 250 46 65 0 0.82 0.74 0.02 354.41 0.95 0.58
Hex FA 2E 41 0 52 4A 2 162 5F 3A
Octal 372 56 101 0 122 112 2 542 137 72
Binary 11111010 101110 1000001 0 1010010 1001010 10 101100010 1011111 111010

Color Harmonies of #FA2E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2E41

Black with #FA2E41

Text Example


Text Example

White with #FA2E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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