Shades of Shocking Pink #FC13C8
Tints of Shocking Pink #FC13C8
RGB
CMYK
RGB Variations
Color information
#FC13C8 (or 0xFC13C8) is known color: Shocking Pink. HEX triplet: FC, 13 and C8. RGB value is (252,19,200). Sum of RGB (Red+Green+Blue) = 252+19+200=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 19 (7.81% from 255 or 4.03% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC13C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC13C8 is #03EC37. Grayscale: #6C6C6C. Windows color (decimal): -257080 or 13112316. OLE color: 13112316.
HSL color Cylindrical-coordinate representation of color #FC13C8: hue angle of 313.39º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC13C8 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 200 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.01 |
| HSL | 313.39º | 0.97% | 0.53% | - |
| HSV(B) | 313.39º | 0.92% | 0.99% | - |
| XYZ | 50.8 | 25.33 | 56.86 | - |
| YUV | 109.3 | 179.19 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 200 | 0 | 0.92 | 0.21 | 0.01 | 313.39 | 0.97 | 0.53 |
| Hex | FC | 13 | C8 | 0 | 5C | 15 | 1 | 139 | 61 | 35 |
| Octal | 374 | 23 | 310 | 0 | 134 | 25 | 1 | 471 | 141 | 65 |
| Binary | 11111100 | 10011 | 11001000 | 0 | 1011100 | 10101 | 1 | 100111001 | 1100001 | 110101 |
Color Harmonies of #FC13C8
Complementary color
Monochromatic Colors of #FC13C8
Black with #FC13C8
Text Example
Text Example
White with #FC13C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC13C8; }
p { color: rgb(252,19,200); }
H1.HeaderClassName
{
color: #FC13C8;
}
.AnyTagClassName
{
color: #FC13C8;
}
</style>
background-color css
<style>
a { background-color: #FC13C8; }
a { background-color: rgb(252,19,200); }
div.DivClassName
{
background-color: #FC13C8;
}
.BgClassName
{
background-color: #FC13C8;
}
</style>
border-color css
<style>
span { border-color: #FC13C8; }
span { border-color: rgb(252,19,200); }
td.TdClassName
{
border-color: #FC13C8;
}
.TagClassName
{
border-color: #FC13C8;
}
</style>