#FE2D42

Color #FE2D42 Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #FE2D42

Tints of Amaranth #FE2D42

Color information

#FE2D42 (or 0xFE2D42) is unknown color: approx Amaranth. HEX triplet: FE, 2D and 42. RGB value is (254,45,66). Sum of RGB (Red+Green+Blue) = 254+45+66=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2D42 is #01D2BD. Grayscale: #6E6E6E. Windows color (decimal): -119486 or 4337150. OLE color: 4337150.

HSL color Cylindrical-coordinate representation of color #FE2D42: hue angle of 353.97º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2D42 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.00.

Color convert

RGB2544566-
CMYK00.820.740.00
HSL353.97º99.05%58.63%-
HSV(B)353.97º82.28%99.61%-
XYZ42.7923.347.4-
YUV109.88103.24230.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 69.59%
GREEN value IS 45 (17.97% from 255) = 12.33%
BLUE value IS 66 (26.17% from 255) = 18.08%
R=69.59%
G=12.33%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254456600.820.740.00353.9799.0558.63
HexFE2D420524A0162633b
Octal376551020122112054214373
Binary11111110101101100001001010010100101001011000101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2D42; }

 p { color: rgb(254,45,66); }

 H1.HeaderClassName
 {
   color: #FE2D42;
 }
 .AnyTagClassName
 {
   color: #FE2D42;
 }
</style>
background-color css

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

 a { background-color: rgb(254,45,66); }

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

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

 span { border-color: rgb(254,45,66); }

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