Shades of Shocking Pink #FC15D3
Tints of Shocking Pink #FC15D3
RGB
CMYK
RGB Variations
Color information
#FC15D3 (or 0xFC15D3) is known color: Shocking Pink. HEX triplet: FC, 15 and D3. RGB value is (252,21,211). Sum of RGB (Red+Green+Blue) = 252+21+211=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 21 (8.59% from 255 or 4.34% from 484); Blue value is 211 (82.81% from 255 or 43.60% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC15D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC15D3 is #03EA2C. Grayscale: #6F6F6F. Windows color (decimal): -256557 or 13833724. OLE color: 13833724.
HSL color Cylindrical-coordinate representation of color #FC15D3: hue angle of 310.65º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC15D3 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 211 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.01 |
| HSL | 310.65º | 0.97% | 0.54% | - |
| HSV(B) | 310.65º | 0.92% | 0.99% | - |
| XYZ | 52.17 | 25.93 | 63.88 | - |
| YUV | 111.73 | 184.03 | 228.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 211 | 0 | 0.92 | 0.16 | 0.01 | 310.65 | 0.97 | 0.54 |
| Hex | FC | 15 | D3 | 0 | 5C | 10 | 1 | 137 | 61 | 36 |
| Octal | 374 | 25 | 323 | 0 | 134 | 20 | 1 | 467 | 141 | 66 |
| Binary | 11111100 | 10101 | 11010011 | 0 | 1011100 | 10000 | 1 | 100110111 | 1100001 | 110110 |
Color Harmonies of #FC15D3
Complementary color
Monochromatic Colors of #FC15D3
Black with #FC15D3
Text Example
Text Example
White with #FC15D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC15D3; }
p { color: rgb(252,21,211); }
H1.HeaderClassName
{
color: #FC15D3;
}
.AnyTagClassName
{
color: #FC15D3;
}
</style>
background-color css
<style>
a { background-color: #FC15D3; }
a { background-color: rgb(252,21,211); }
div.DivClassName
{
background-color: #FC15D3;
}
.BgClassName
{
background-color: #FC15D3;
}
</style>
border-color css
<style>
span { border-color: #FC15D3; }
span { border-color: rgb(252,21,211); }
td.TdClassName
{
border-color: #FC15D3;
}
.TagClassName
{
border-color: #FC15D3;
}
</style>