Shades of Shocking Pink #FC14D3
Tints of Shocking Pink #FC14D3
RGB
CMYK
RGB Variations
Color information
#FC14D3 (or 0xFC14D3) is known color: Shocking Pink. HEX triplet: FC, 14 and D3. RGB value is (252,20,211). Sum of RGB (Red+Green+Blue) = 252+20+211=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 20 (8.20% from 255 or 4.14% from 483); Blue value is 211 (82.81% from 255 or 43.69% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC14D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC14D3 is #03EB2C. Grayscale: #6E6E6E. Windows color (decimal): -256813 or 13833468. OLE color: 13833468.
HSL color Cylindrical-coordinate representation of color #FC14D3: hue angle of 310.6º 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 #FC14D3 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 211 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.01 |
| HSL | 310.6º | 0.97% | 0.53% | - |
| HSV(B) | 310.6º | 0.92% | 0.99% | - |
| XYZ | 52.15 | 25.9 | 63.88 | - |
| YUV | 111.14 | 184.36 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 211 | 0 | 0.92 | 0.16 | 0.01 | 310.6 | 0.97 | 0.53 |
| Hex | FC | 14 | D3 | 0 | 5C | 10 | 1 | 137 | 61 | 35 |
| Octal | 374 | 24 | 323 | 0 | 134 | 20 | 1 | 467 | 141 | 65 |
| Binary | 11111100 | 10100 | 11010011 | 0 | 1011100 | 10000 | 1 | 100110111 | 1100001 | 110101 |
Color Harmonies of #FC14D3
Complementary color
Monochromatic Colors of #FC14D3
Black with #FC14D3
Text Example
Text Example
White with #FC14D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC14D3; }
p { color: rgb(252,20,211); }
H1.HeaderClassName
{
color: #FC14D3;
}
.AnyTagClassName
{
color: #FC14D3;
}
</style>
background-color css
<style>
a { background-color: #FC14D3; }
a { background-color: rgb(252,20,211); }
div.DivClassName
{
background-color: #FC14D3;
}
.BgClassName
{
background-color: #FC14D3;
}
</style>
border-color css
<style>
span { border-color: #FC14D3; }
span { border-color: rgb(252,20,211); }
td.TdClassName
{
border-color: #FC14D3;
}
.TagClassName
{
border-color: #FC14D3;
}
</style>