Shades of Shocking Pink #FC15C7
Tints of Shocking Pink #FC15C7
RGB
CMYK
RGB Variations
Color information
#FC15C7 (or 0xFC15C7) is known color: Shocking Pink. HEX triplet: FC, 15 and C7. RGB value is (252,21,199). Sum of RGB (Red+Green+Blue) = 252+21+199=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 21 (8.59% from 255 or 4.45% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC15C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC15C7 is #03EA38. Grayscale: #6D6D6D. Windows color (decimal): -256569 or 13047292. OLE color: 13047292.
HSL color Cylindrical-coordinate representation of color #FC15C7: hue angle of 313.77º 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 #FC15C7 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 199 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.01 |
| HSL | 313.77º | 0.97% | 0.54% | - |
| HSV(B) | 313.77º | 0.92% | 0.99% | - |
| XYZ | 50.72 | 25.36 | 56.25 | - |
| YUV | 110.36 | 178.03 | 229.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 199 | 0 | 0.92 | 0.21 | 0.01 | 313.77 | 0.97 | 0.54 |
| Hex | FC | 15 | C7 | 0 | 5C | 15 | 1 | 13A | 61 | 36 |
| Octal | 374 | 25 | 307 | 0 | 134 | 25 | 1 | 472 | 141 | 66 |
| Binary | 11111100 | 10101 | 11000111 | 0 | 1011100 | 10101 | 1 | 100111010 | 1100001 | 110110 |
Color Harmonies of #FC15C7
Complementary color
Monochromatic Colors of #FC15C7
Black with #FC15C7
Text Example
Text Example
White with #FC15C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC15C7; }
p { color: rgb(252,21,199); }
H1.HeaderClassName
{
color: #FC15C7;
}
.AnyTagClassName
{
color: #FC15C7;
}
</style>
background-color css
<style>
a { background-color: #FC15C7; }
a { background-color: rgb(252,21,199); }
div.DivClassName
{
background-color: #FC15C7;
}
.BgClassName
{
background-color: #FC15C7;
}
</style>
border-color css
<style>
span { border-color: #FC15C7; }
span { border-color: rgb(252,21,199); }
td.TdClassName
{
border-color: #FC15C7;
}
.TagClassName
{
border-color: #FC15C7;
}
</style>