Html Css Color HEX #FC204D Amaranth

📋 copy color: '#FC204D'

red 252 ◦ green 32 ◦ blue 77

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

Shades of Amaranth #FC204D

Tints of Amaranth #FC204D

RGB

 RED value IS 252 (98.83% from 255) = 69.81%

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

 BLUE value IS 77 (30.47% from 255) = 21.33%

R = 69.81%
G = 8.86%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC204D (or 0xFC204D) is known color: Amaranth. HEX triplet: FC, 20 and 4D. RGB value is (252,32,77). Sum of RGB (Red+Green+Blue) = 252+32+77=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC204D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC204D is #03DFB2. Grayscale: #666666. Windows color (decimal): -253875 or 5054716. OLE color: 5054716.

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

Color convert

RGB 252 32 77 -
CMYK 0 0.87 0.69 0.01
HSL 347.73º 0.97% 0.56% -
HSV(B) 347.73º 0.87% 0.99% -
XYZ 42 22.26 9.1 -
YUV 102.91 113.39 234.34 -
System Red Green Blue C M Y K H S L
Decimal 252 32 77 0 0.87 0.69 0.01 347.73 0.97 0.56
Hex FC 20 4D 0 57 45 1 15C 61 38
Octal 374 40 115 0 127 105 1 534 141 70
Binary 11111100 100000 1001101 0 1010111 1000101 1 101011100 1100001 111000

Color Harmonies of #FC204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC204D

Black with #FC204D

Text Example


Text Example

White with #FC204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC204D; }

 p { color: rgb(252,32,77); }

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

background-color css

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

 a { background-color: rgb(252,32,77); }

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

border-color css

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

 span { border-color: rgb(252,32,77); }

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