Html Css Color HEX #FE2D42 Amaranth

📋 copy color: '#FE2D42'

red 254 ◦ green 45 ◦ blue 66

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

Shades of Amaranth #FE2D42

Tints of Amaranth #FE2D42

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 value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE2D42 (or 0xFE2D42) is known color: 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

RGB 254 45 66 -
CMYK 0 0.82 0.74 0.00
HSL 353.97º 0.99% 0.59% -
HSV(B) 353.97º 0.82% 1% -
XYZ 42.79 23.34 7.4 -
YUV 109.89 103.24 230.79 -
System Red Green Blue C M Y K H S L
Decimal 254 45 66 0 0.82 0.74 0.00 353.97 0.99 0.59
Hex FE 2D 42 0 52 4A 0 162 63 3B
Octal 376 55 102 0 122 112 0 542 143 73
Binary 11111110 101101 1000010 0 1010010 1001010 0 101100010 1100011 111011

Color Harmonies of #FE2D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2D42

Black with #FE2D42

Text Example


Text Example

White with #FE2D42

Text Example


Text Example

HTML Codes & Css Web 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>