Html Css Color HEX #FE2942 Amaranth

📋 copy color: '#FE2942'

red 254 ◦ green 41 ◦ blue 66

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

Shades of Amaranth #FE2942

Tints of Amaranth #FE2942

RGB

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

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

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

R = 70.36%
G = 11.36%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE2942 (or 0xFE2942) is known color: Amaranth. HEX triplet: FE, 29 and 42. RGB value is (254,41,66). Sum of RGB (Red+Green+Blue) = 254+41+66=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2942 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2942 is #01D6BD. Grayscale: #6B6B6B. Windows color (decimal): -120510 or 4336126. OLE color: 4336126.

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

Color convert

RGB 254 41 66 -
CMYK 0 0.84 0.74 0.00
HSL 352.96º 0.99% 0.58% -
HSV(B) 352.96º 0.84% 1% -
XYZ 42.65 23.05 7.36 -
YUV 107.54 104.57 232.47 -
System Red Green Blue C M Y K H S L
Decimal 254 41 66 0 0.84 0.74 0.00 352.96 0.99 0.58
Hex FE 29 42 0 54 4A 0 161 63 3A
Octal 376 51 102 0 124 112 0 541 143 72
Binary 11111110 101001 1000010 0 1010100 1001010 0 101100001 1100011 111010

Color Harmonies of #FE2942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2942

Black with #FE2942

Text Example


Text Example

White with #FE2942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2942; }

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

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

background-color css

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

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

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

border-color css

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

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

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