Shades of Spicy Pink #FC1AA5
Tints of Spicy Pink #FC1AA5
RGB
CMYK
RGB Variations
Color information
#FC1AA5 (or 0xFC1AA5) is known color: Spicy Pink. HEX triplet: FC, 1A and A5. RGB value is (252,26,165). Sum of RGB (Red+Green+Blue) = 252+26+165=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 26 (10.55% from 255 or 5.87% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1AA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1AA5 is #03E55A. Grayscale: #6D6D6D. Windows color (decimal): -255323 or 10820348. OLE color: 10820348.
HSL color Cylindrical-coordinate representation of color #FC1AA5: hue angle of 323.1º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1AA5 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 26 | 165 | - |
CMYK | 0 | 0.90 | 0.35 | 0.01 |
HSL | 323.1º | 0.97% | 0.55% | - |
HSV(B) | 323.1º | 0.9% | 0.99% | - |
XYZ | 47.31 | 24.15 | 37.77 | - |
YUV | 109.42 | 159.37 | 229.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 26 | 165 | 0 | 0.90 | 0.35 | 0.01 | 323.1 | 0.97 | 0.55 |
Hex | FC | 1A | A5 | 0 | 5A | 23 | 1 | 143 | 61 | 37 |
Octal | 374 | 32 | 245 | 0 | 132 | 43 | 1 | 503 | 141 | 67 |
Binary | 11111100 | 11010 | 10100101 | 0 | 1011010 | 100011 | 1 | 101000011 | 1100001 | 110111 |
Color Harmonies of #FC1AA5
Complementary color
Monochromatic Colors of #FC1AA5
Black with #FC1AA5
Text Example
Text Example
White with #FC1AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1AA5; }
p { color: rgb(252,26,165); }
H1.HeaderClassName
{
color: #FC1AA5;
}
.AnyTagClassName
{
color: #FC1AA5;
}
</style>
background-color css
<style>
a { background-color: #FC1AA5; }
a { background-color: rgb(252,26,165); }
div.DivClassName
{
background-color: #FC1AA5;
}
.BgClassName
{
background-color: #FC1AA5;
}
</style>
border-color css
<style>
span { border-color: #FC1AA5; }
span { border-color: rgb(252,26,165); }
td.TdClassName
{
border-color: #FC1AA5;
}
.TagClassName
{
border-color: #FC1AA5;
}
</style>