Html Css Color HEX #FE2E42 Amaranth

📋 copy color: '#FE2E42'

red 254 ◦ green 46 ◦ blue 66

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

Shades of Amaranth #FE2E42

Tints of Amaranth #FE2E42

RGB

 RED value IS 254 (99.61% from 255) = 69.4%

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

 BLUE value IS 66 (26.17% from 255) = 18.03%

R = 69.4%
G = 12.57%
B = 18.03%

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

#FE2E42 (or 0xFE2E42) is known color: Amaranth. HEX triplet: FE, 2E and 42. RGB value is (254,46,66). Sum of RGB (Red+Green+Blue) = 254+46+66=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2E42 is #01D1BD. Grayscale: #6E6E6E. Windows color (decimal): -119230 or 4337406. OLE color: 4337406.

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

Color convert

RGB 254 46 66 -
CMYK 0 0.82 0.74 0.00
HSL 354.23º 0.99% 0.59% -
HSV(B) 354.23º 0.82% 1% -
XYZ 42.83 23.42 7.42 -
YUV 110.47 102.91 230.37 -
System Red Green Blue C M Y K H S L
Decimal 254 46 66 0 0.82 0.74 0.00 354.23 0.99 0.59
Hex FE 2E 42 0 52 4A 0 162 63 3B
Octal 376 56 102 0 122 112 0 542 143 73
Binary 11111110 101110 1000010 0 1010010 1001010 0 101100010 1100011 111011

Color Harmonies of #FE2E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2E42

Black with #FE2E42

Text Example


Text Example

White with #FE2E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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