Html Css Color HEX #FC204B Amaranth

📋 copy color: '#FC204B'

red 252 ◦ green 32 ◦ blue 75

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

Shades of Amaranth #FC204B

Tints of Amaranth #FC204B

RGB

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

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

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

R = 70.19%
G = 8.91%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC204B (or 0xFC204B) is known color: Amaranth. HEX triplet: FC, 20 and 4B. RGB value is (252,32,75). Sum of RGB (Red+Green+Blue) = 252+32+75=359 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.19% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 252 - color contains mainly: red. Hex color #FC204B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC204B is #03DFB4. Grayscale: #666666. Windows color (decimal): -253877 or 4923644. OLE color: 4923644.

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

Color convert

RGB 252 32 75 -
CMYK 0 0.87 0.70 0.01
HSL 348.27º 0.97% 0.56% -
HSV(B) 348.27º 0.87% 0.99% -
XYZ 41.93 22.24 8.74 -
YUV 102.68 112.39 234.5 -
System Red Green Blue C M Y K H S L
Decimal 252 32 75 0 0.87 0.70 0.01 348.27 0.97 0.56
Hex FC 20 4B 0 57 46 1 15C 61 38
Octal 374 40 113 0 127 106 1 534 141 70
Binary 11111100 100000 1001011 0 1010111 1000110 1 101011100 1100001 111000

Color Harmonies of #FC204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC204B

Black with #FC204B

Text Example


Text Example

White with #FC204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC204B; }

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

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

background-color css

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

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

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

border-color css

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

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

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