Html Css Color HEX #FE2546 Amaranth

📋 copy color: '#FE2546'

red 254 ◦ green 37 ◦ blue 70

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

Shades of Amaranth #FE2546

Tints of Amaranth #FE2546

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.25%

 BLUE value IS 70 (27.73% from 255) = 19.39%

R = 70.36%
G = 10.25%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FE2546 (or 0xFE2546) is known color: Amaranth. HEX triplet: FE, 25 and 46. RGB value is (254,37,70). Sum of RGB (Red+Green+Blue) = 254+37+70=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2546 is #01DAB9. Grayscale: #696969. Windows color (decimal): -121530 or 4597246. OLE color: 4597246.

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

Color convert

RGB 254 37 70 -
CMYK 0 0.85 0.72 0.00
HSL 350.88º 0.99% 0.57% -
HSV(B) 350.88º 0.85% 1% -
XYZ 42.64 22.84 7.95 -
YUV 105.65 107.89 233.82 -
System Red Green Blue C M Y K H S L
Decimal 254 37 70 0 0.85 0.72 0.00 350.88 0.99 0.57
Hex FE 25 46 0 55 48 0 15F 63 39
Octal 376 45 106 0 125 110 0 537 143 71
Binary 11111110 100101 1000110 0 1010101 1001000 0 101011111 1100011 111001

Color Harmonies of #FE2546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2546

Black with #FE2546

Text Example


Text Example

White with #FE2546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2546; }

 p { color: rgb(254,37,70); }

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

background-color css

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

 a { background-color: rgb(254,37,70); }

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

border-color css

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

 span { border-color: rgb(254,37,70); }

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