#FC1D50

Color #FC1D50 Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #FC1D50

Tints of Amaranth #FC1D50

Color information

#FC1D50 (or 0xFC1D50) is unknown color: approx Amaranth. HEX triplet: FC, 1D and 50. RGB value is (252,29,80). Sum of RGB (Red+Green+Blue) = 252+29+80=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1D50 is #03E2AF. Grayscale: #656565. Windows color (decimal): -254640 or 5250556. OLE color: 5250556.

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

Color convert

RGB2522980-
CMYK00.880.680.01
HSL346.28º97.38%55.1%-
HSV(B)346.28º88.49%98.82%-
XYZ42.0322.159.65-
YUV101.49115.88235.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 69.81%
GREEN value IS 29 (11.72% from 255) = 8.03%
BLUE value IS 80 (31.64% from 255) = 22.16%
R=69.81%
G=8.03%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252298000.880.680.01346.2897.3855.1
HexFC1D5005844115a6137
Octal374351200130104153214167
Binary1111110011101101000001011000100010011010110101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1D50; }

 p { color: rgb(252,29,80); }

 H1.HeaderClassName
 {
   color: #FC1D50;
 }
 .AnyTagClassName
 {
   color: #FC1D50;
 }
</style>
background-color css

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

 a { background-color: rgb(252,29,80); }

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

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

 span { border-color: rgb(252,29,80); }

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