Html Css Color HEX #FE2746 Amaranth

📋 copy color: '#FE2746'

red 254 ◦ green 39 ◦ blue 70

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

Shades of Amaranth #FE2746

Tints of Amaranth #FE2746

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.74%

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

R = 69.97%
G = 10.74%
B = 19.28%

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

#FE2746 (or 0xFE2746) is known color: Amaranth. HEX triplet: FE, 27 and 46. RGB value is (254,39,70). Sum of RGB (Red+Green+Blue) = 254+39+70=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2746 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2746 is #01D8B9. Grayscale: #6A6A6A. Windows color (decimal): -121018 or 4597758. OLE color: 4597758.

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

Color convert

RGB 254 39 70 -
CMYK 0 0.85 0.72 0.00
HSL 351.35º 0.99% 0.57% -
HSV(B) 351.35º 0.85% 1% -
XYZ 42.7 22.96 7.98 -
YUV 106.82 107.23 232.98 -
System Red Green Blue C M Y K H S L
Decimal 254 39 70 0 0.85 0.72 0.00 351.35 0.99 0.57
Hex FE 27 46 0 55 48 0 15F 63 39
Octal 376 47 106 0 125 110 0 537 143 71
Binary 11111110 100111 1000110 0 1010101 1001000 0 101011111 1100011 111001

Color Harmonies of #FE2746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2746

Black with #FE2746

Text Example


Text Example

White with #FE2746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2746; }

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

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

background-color css

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

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

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

border-color css

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

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

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