Html Css Color HEX #FE2B42 Amaranth

📋 copy color: '#FE2B42'

red 254 ◦ green 43 ◦ blue 66

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

Shades of Amaranth #FE2B42

Tints of Amaranth #FE2B42

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.85%

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

R = 69.97%
G = 11.85%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE2B42 (or 0xFE2B42) is known color: Amaranth. HEX triplet: FE, 2B and 42. RGB value is (254,43,66). Sum of RGB (Red+Green+Blue) = 254+43+66=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2B42 is #01D4BD. Grayscale: #6C6C6C. Windows color (decimal): -119998 or 4336638. OLE color: 4336638.

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

Color convert

RGB 254 43 66 -
CMYK 0 0.83 0.74 0.00
HSL 353.46º 0.99% 0.58% -
HSV(B) 353.46º 0.83% 1% -
XYZ 42.72 23.19 7.38 -
YUV 108.71 103.9 231.63 -
System Red Green Blue C M Y K H S L
Decimal 254 43 66 0 0.83 0.74 0.00 353.46 0.99 0.58
Hex FE 2B 42 0 53 4A 0 161 63 3A
Octal 376 53 102 0 123 112 0 541 143 72
Binary 11111110 101011 1000010 0 1010011 1001010 0 101100001 1100011 111010

Color Harmonies of #FE2B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2B42

Black with #FE2B42

Text Example


Text Example

White with #FE2B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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