Shades of Spicy Pink #FC20AF
Tints of Spicy Pink #FC20AF
RGB
CMYK
RGB Variations
Color information
#FC20AF (or 0xFC20AF) is known color: Spicy Pink. HEX triplet: FC, 20 and AF. RGB value is (252,32,175). Sum of RGB (Red+Green+Blue) = 252+32+175=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 32 (12.89% from 255 or 6.97% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC20AF is #03DF50. Grayscale: #717171. Windows color (decimal): -253777 or 11477244. OLE color: 11477244.
HSL color Cylindrical-coordinate representation of color #FC20AF: hue angle of 321º 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 #FC20AF is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 175 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.01 |
| HSL | 321º | 0.97% | 0.56% | - |
| HSV(B) | 321º | 0.87% | 0.99% | - |
| XYZ | 48.4 | 24.82 | 42.8 | - |
| YUV | 114.08 | 162.39 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 175 | 0 | 0.87 | 0.31 | 0.01 | 321 | 0.97 | 0.56 |
| Hex | FC | 20 | AF | 0 | 57 | 1F | 1 | 141 | 61 | 38 |
| Octal | 374 | 40 | 257 | 0 | 127 | 37 | 1 | 501 | 141 | 70 |
| Binary | 11111100 | 100000 | 10101111 | 0 | 1010111 | 11111 | 1 | 101000001 | 1100001 | 111000 |
Color Harmonies of #FC20AF
Complementary color
Monochromatic Colors of #FC20AF
Black with #FC20AF
Text Example
Text Example
White with #FC20AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC20AF; }
p { color: rgb(252,32,175); }
H1.HeaderClassName
{
color: #FC20AF;
}
.AnyTagClassName
{
color: #FC20AF;
}
</style>
background-color css
<style>
a { background-color: #FC20AF; }
a { background-color: rgb(252,32,175); }
div.DivClassName
{
background-color: #FC20AF;
}
.BgClassName
{
background-color: #FC20AF;
}
</style>
border-color css
<style>
span { border-color: #FC20AF; }
span { border-color: rgb(252,32,175); }
td.TdClassName
{
border-color: #FC20AF;
}
.TagClassName
{
border-color: #FC20AF;
}
</style>