Html Css Color HEX #FC204E Amaranth

📋 copy color: '#FC204E'

red 252 ◦ green 32 ◦ blue 78

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

Shades of Amaranth #FC204E

Tints of Amaranth #FC204E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.55%

R = 69.61%
G = 8.84%
B = 21.55%

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

#FC204E (or 0xFC204E) is known color: Amaranth. HEX triplet: FC, 20 and 4E. RGB value is (252,32,78). Sum of RGB (Red+Green+Blue) = 252+32+78=362 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.61% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 252 - color contains mainly: red. Hex color #FC204E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC204E is #03DFB1. Grayscale: #676767. Windows color (decimal): -253874 or 5120252. OLE color: 5120252.

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

Color convert

RGB 252 32 78 -
CMYK 0 0.87 0.69 0.01
HSL 347.45º 0.97% 0.56% -
HSV(B) 347.45º 0.87% 0.99% -
XYZ 42.04 22.28 9.29 -
YUV 103.02 113.89 234.26 -
System Red Green Blue C M Y K H S L
Decimal 252 32 78 0 0.87 0.69 0.01 347.45 0.97 0.56
Hex FC 20 4E 0 57 45 1 15B 61 38
Octal 374 40 116 0 127 105 1 533 141 70
Binary 11111100 100000 1001110 0 1010111 1000101 1 101011011 1100001 111000

Color Harmonies of #FC204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC204E

Black with #FC204E

Text Example


Text Example

White with #FC204E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC204E; }

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

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

background-color css

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

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

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

border-color css

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

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

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