Html Css Color HEX #FE2D43 Amaranth

📋 copy color: '#FE2D43'

red 254 ◦ green 45 ◦ blue 67

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

Shades of Amaranth #FE2D43

Tints of Amaranth #FE2D43

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.3%

 BLUE value IS 67 (26.56% from 255) = 18.31%

R = 69.4%
G = 12.3%
B = 18.31%

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

#FE2D43 (or 0xFE2D43) is known color: Amaranth. HEX triplet: FE, 2D and 43. RGB value is (254,45,67). Sum of RGB (Red+Green+Blue) = 254+45+67=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 45 (17.97% from 255 or 12.30% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2D43 is #01D2BC. Grayscale: #6E6E6E. Windows color (decimal): -119485 or 4402686. OLE color: 4402686.

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

Color convert

RGB 254 45 67 -
CMYK 0 0.82 0.74 0.00
HSL 353.68º 0.99% 0.59% -
HSV(B) 353.68º 0.82% 1% -
XYZ 42.82 23.35 7.56 -
YUV 110 103.74 230.71 -
System Red Green Blue C M Y K H S L
Decimal 254 45 67 0 0.82 0.74 0.00 353.68 0.99 0.59
Hex FE 2D 43 0 52 4A 0 162 63 3B
Octal 376 55 103 0 122 112 0 542 143 73
Binary 11111110 101101 1000011 0 1010010 1001010 0 101100010 1100011 111011

Color Harmonies of #FE2D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2D43

Black with #FE2D43

Text Example


Text Example

White with #FE2D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2D43; }

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

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

background-color css

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

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

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

border-color css

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

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

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