Html Css Color HEX #FE204C Amaranth

📋 copy color: '#FE204C'

red 254 ◦ green 32 ◦ blue 76

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

Shades of Amaranth #FE204C

Tints of Amaranth #FE204C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.84%

 BLUE value IS 76 (30.08% from 255) = 20.99%

R = 70.17%
G = 8.84%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE204C (or 0xFE204C) is known color: Amaranth. HEX triplet: FE, 20 and 4C. RGB value is (254,32,76). Sum of RGB (Red+Green+Blue) = 254+32+76=362 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.17% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 254 - color contains mainly: red. Hex color #FE204C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE204C is #01DFB3. Grayscale: #676767. Windows color (decimal): -122804 or 4989182. OLE color: 4989182.

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

Color convert

RGB 254 32 76 -
CMYK 0 0.87 0.70 0.00
HSL 348.11º 0.99% 0.56% -
HSV(B) 348.11º 0.87% 1% -
XYZ 42.69 22.63 8.95 -
YUV 103.39 112.55 235.42 -
System Red Green Blue C M Y K H S L
Decimal 254 32 76 0 0.87 0.70 0.00 348.11 0.99 0.56
Hex FE 20 4C 0 57 46 0 15C 63 38
Octal 376 40 114 0 127 106 0 534 143 70
Binary 11111110 100000 1001100 0 1010111 1000110 0 101011100 1100011 111000

Color Harmonies of #FE204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE204C

Black with #FE204C

Text Example


Text Example

White with #FE204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE204C; }

 p { color: rgb(254,32,76); }

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

background-color css

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

 a { background-color: rgb(254,32,76); }

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

border-color css

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

 span { border-color: rgb(254,32,76); }

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