Shades of Shocking Pink #FC13D3
Tints of Shocking Pink #FC13D3
RGB
CMYK
RGB Variations
Color information
#FC13D3 (or 0xFC13D3) is known color: Shocking Pink. HEX triplet: FC, 13 and D3. RGB value is (252,19,211). Sum of RGB (Red+Green+Blue) = 252+19+211=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 19 (7.81% from 255 or 3.94% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC13D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC13D3 is #03EC2C. Grayscale: #6E6E6E. Windows color (decimal): -257069 or 13833212. OLE color: 13833212.
HSL color Cylindrical-coordinate representation of color #FC13D3: hue angle of 310.56º 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 #FC13D3 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 211 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.01 |
| HSL | 310.56º | 0.97% | 0.53% | - |
| HSV(B) | 310.56º | 0.92% | 0.99% | - |
| XYZ | 52.14 | 25.86 | 63.87 | - |
| YUV | 110.56 | 184.69 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 211 | 0 | 0.92 | 0.16 | 0.01 | 310.56 | 0.97 | 0.53 |
| Hex | FC | 13 | D3 | 0 | 5C | 10 | 1 | 137 | 61 | 35 |
| Octal | 374 | 23 | 323 | 0 | 134 | 20 | 1 | 467 | 141 | 65 |
| Binary | 11111100 | 10011 | 11010011 | 0 | 1011100 | 10000 | 1 | 100110111 | 1100001 | 110101 |
Color Harmonies of #FC13D3
Complementary color
Monochromatic Colors of #FC13D3
Black with #FC13D3
Text Example
Text Example
White with #FC13D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC13D3; }
p { color: rgb(252,19,211); }
H1.HeaderClassName
{
color: #FC13D3;
}
.AnyTagClassName
{
color: #FC13D3;
}
</style>
background-color css
<style>
a { background-color: #FC13D3; }
a { background-color: rgb(252,19,211); }
div.DivClassName
{
background-color: #FC13D3;
}
.BgClassName
{
background-color: #FC13D3;
}
</style>
border-color css
<style>
span { border-color: #FC13D3; }
span { border-color: rgb(252,19,211); }
td.TdClassName
{
border-color: #FC13D3;
}
.TagClassName
{
border-color: #FC13D3;
}
</style>