Html Css Color HEX #FE204B Amaranth

📋 copy color: '#FE204B'

red 254 ◦ green 32 ◦ blue 75

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

Shades of Amaranth #FE204B

Tints of Amaranth #FE204B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.78%

R = 70.36%
G = 8.86%
B = 20.78%

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

#FE204B (or 0xFE204B) is known color: Amaranth. HEX triplet: FE, 20 and 4B. RGB value is (254,32,75). Sum of RGB (Red+Green+Blue) = 254+32+75=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE204B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE204B is #01DFB4. Grayscale: #676767. Windows color (decimal): -122805 or 4923646. OLE color: 4923646.

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

Color convert

RGB 254 32 75 -
CMYK 0 0.87 0.70 0.00
HSL 348.38º 0.99% 0.56% -
HSV(B) 348.38º 0.87% 1% -
XYZ 42.66 22.61 8.77 -
YUV 103.28 112.05 235.5 -
System Red Green Blue C M Y K H S L
Decimal 254 32 75 0 0.87 0.70 0.00 348.38 0.99 0.56
Hex FE 20 4B 0 57 46 0 15C 63 38
Octal 376 40 113 0 127 106 0 534 143 70
Binary 11111110 100000 1001011 0 1010111 1000110 0 101011100 1100011 111000

Color Harmonies of #FE204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE204B

Black with #FE204B

Text Example


Text Example

White with #FE204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE204B; }

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

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

background-color css

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

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

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

border-color css

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

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

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