Shades of Shocking Pink #FC0AAF
Tints of Shocking Pink #FC0AAF
RGB
CMYK
RGB Variations
Color information
#FC0AAF (or 0xFC0AAF) is known color: Shocking Pink. HEX triplet: FC, 0A and AF. RGB value is (252,10,175). Sum of RGB (Red+Green+Blue) = 252+10+175=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 10 (4.30% from 255 or 2.29% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0AAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0AAF is #03F550. Grayscale: #646464. Windows color (decimal): -259409 or 11471612. OLE color: 11471612.
HSL color Cylindrical-coordinate representation of color #FC0AAF: hue angle of 319.09º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0AAF is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 175 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.01 |
| HSL | 319.09º | 0.98% | 0.51% | - |
| HSV(B) | 319.09º | 0.96% | 0.99% | - |
| XYZ | 47.99 | 24.01 | 42.66 | - |
| YUV | 101.17 | 169.67 | 235.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 175 | 0 | 0.96 | 0.31 | 0.01 | 319.09 | 0.98 | 0.51 |
| Hex | FC | A | AF | 0 | 60 | 1F | 1 | 13F | 62 | 33 |
| Octal | 374 | 12 | 257 | 0 | 140 | 37 | 1 | 477 | 142 | 63 |
| Binary | 11111100 | 1010 | 10101111 | 0 | 1100000 | 11111 | 1 | 100111111 | 1100010 | 110011 |
Color Harmonies of #FC0AAF
Complementary color
Monochromatic Colors of #FC0AAF
Black with #FC0AAF
Text Example
Text Example
White with #FC0AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0AAF; }
p { color: rgb(252,10,175); }
H1.HeaderClassName
{
color: #FC0AAF;
}
.AnyTagClassName
{
color: #FC0AAF;
}
</style>
background-color css
<style>
a { background-color: #FC0AAF; }
a { background-color: rgb(252,10,175); }
div.DivClassName
{
background-color: #FC0AAF;
}
.BgClassName
{
background-color: #FC0AAF;
}
</style>
border-color css
<style>
span { border-color: #FC0AAF; }
span { border-color: rgb(252,10,175); }
td.TdClassName
{
border-color: #FC0AAF;
}
.TagClassName
{
border-color: #FC0AAF;
}
</style>