Shades of Shocking Pink #FC13C2
Tints of Shocking Pink #FC13C2
RGB
CMYK
RGB Variations
Color information
#FC13C2 (or 0xFC13C2) is known color: Shocking Pink. HEX triplet: FC, 13 and C2. RGB value is (252,19,194). Sum of RGB (Red+Green+Blue) = 252+19+194=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 19 (7.81% from 255 or 4.09% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC13C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC13C2 is #03EC3D. Grayscale: #6C6C6C. Windows color (decimal): -257086 or 12719100. OLE color: 12719100.
HSL color Cylindrical-coordinate representation of color #FC13C2: hue angle of 314.94º 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 #FC13C2 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 194 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.01 |
| HSL | 314.94º | 0.97% | 0.53% | - |
| HSV(B) | 314.94º | 0.92% | 0.99% | - |
| XYZ | 50.12 | 25.06 | 53.23 | - |
| YUV | 108.62 | 176.19 | 230.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 194 | 0 | 0.92 | 0.23 | 0.01 | 314.94 | 0.97 | 0.53 |
| Hex | FC | 13 | C2 | 0 | 5C | 17 | 1 | 13B | 61 | 35 |
| Octal | 374 | 23 | 302 | 0 | 134 | 27 | 1 | 473 | 141 | 65 |
| Binary | 11111100 | 10011 | 11000010 | 0 | 1011100 | 10111 | 1 | 100111011 | 1100001 | 110101 |
Color Harmonies of #FC13C2
Complementary color
Monochromatic Colors of #FC13C2
Black with #FC13C2
Text Example
Text Example
White with #FC13C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC13C2; }
p { color: rgb(252,19,194); }
H1.HeaderClassName
{
color: #FC13C2;
}
.AnyTagClassName
{
color: #FC13C2;
}
</style>
background-color css
<style>
a { background-color: #FC13C2; }
a { background-color: rgb(252,19,194); }
div.DivClassName
{
background-color: #FC13C2;
}
.BgClassName
{
background-color: #FC13C2;
}
</style>
border-color css
<style>
span { border-color: #FC13C2; }
span { border-color: rgb(252,19,194); }
td.TdClassName
{
border-color: #FC13C2;
}
.TagClassName
{
border-color: #FC13C2;
}
</style>