Shades of Shocking Pink #FC14CB
Tints of Shocking Pink #FC14CB
RGB
CMYK
RGB Variations
Color information
#FC14CB (or 0xFC14CB) is known color: Shocking Pink. HEX triplet: FC, 14 and CB. RGB value is (252,20,203). Sum of RGB (Red+Green+Blue) = 252+20+203=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 20 (8.20% from 255 or 4.21% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC14CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC14CB is #03EB34. Grayscale: #6D6D6D. Windows color (decimal): -256821 or 13309180. OLE color: 13309180.
HSL color Cylindrical-coordinate representation of color #FC14CB: hue angle of 312.67º 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 #FC14CB is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 203 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.01 |
| HSL | 312.67º | 0.97% | 0.53% | - |
| HSV(B) | 312.67º | 0.92% | 0.99% | - |
| XYZ | 51.17 | 25.51 | 58.73 | - |
| YUV | 110.23 | 180.36 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 203 | 0 | 0.92 | 0.19 | 0.01 | 312.67 | 0.97 | 0.53 |
| Hex | FC | 14 | CB | 0 | 5C | 13 | 1 | 139 | 61 | 35 |
| Octal | 374 | 24 | 313 | 0 | 134 | 23 | 1 | 471 | 141 | 65 |
| Binary | 11111100 | 10100 | 11001011 | 0 | 1011100 | 10011 | 1 | 100111001 | 1100001 | 110101 |
Color Harmonies of #FC14CB
Complementary color
Monochromatic Colors of #FC14CB
Black with #FC14CB
Text Example
Text Example
White with #FC14CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC14CB; }
p { color: rgb(252,20,203); }
H1.HeaderClassName
{
color: #FC14CB;
}
.AnyTagClassName
{
color: #FC14CB;
}
</style>
background-color css
<style>
a { background-color: #FC14CB; }
a { background-color: rgb(252,20,203); }
div.DivClassName
{
background-color: #FC14CB;
}
.BgClassName
{
background-color: #FC14CB;
}
</style>
border-color css
<style>
span { border-color: #FC14CB; }
span { border-color: rgb(252,20,203); }
td.TdClassName
{
border-color: #FC14CB;
}
.TagClassName
{
border-color: #FC14CB;
}
</style>