Html Css Color HEX #FE2944 Amaranth

📋 copy color: '#FE2944'

red 254 ◦ green 41 ◦ blue 68

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

Shades of Amaranth #FE2944

Tints of Amaranth #FE2944

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.29%

 BLUE value IS 68 (26.95% from 255) = 18.73%

R = 69.97%
G = 11.29%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FE2944 (or 0xFE2944) is known color: Amaranth. HEX triplet: FE, 29 and 44. RGB value is (254,41,68). Sum of RGB (Red+Green+Blue) = 254+41+68=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2944 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2944 is #01D6BB. Grayscale: #6B6B6B. Windows color (decimal): -120508 or 4467198. OLE color: 4467198.

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

Color convert

RGB 254 41 68 -
CMYK 0 0.84 0.73 0.00
HSL 352.39º 0.99% 0.58% -
HSV(B) 352.39º 0.84% 1% -
XYZ 42.71 23.07 7.67 -
YUV 107.77 105.57 232.3 -
System Red Green Blue C M Y K H S L
Decimal 254 41 68 0 0.84 0.73 0.00 352.39 0.99 0.58
Hex FE 29 44 0 54 49 0 160 63 3A
Octal 376 51 104 0 124 111 0 540 143 72
Binary 11111110 101001 1000100 0 1010100 1001001 0 101100000 1100011 111010

Color Harmonies of #FE2944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2944

Black with #FE2944

Text Example


Text Example

White with #FE2944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2944; }

 p { color: rgb(254,41,68); }

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

background-color css

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

 a { background-color: rgb(254,41,68); }

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

border-color css

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

 span { border-color: rgb(254,41,68); }

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