Shades of Shocking Pink #FC14C7
Tints of Shocking Pink #FC14C7
RGB
CMYK
RGB Variations
Color information
#FC14C7 (or 0xFC14C7) is known color: Shocking Pink. HEX triplet: FC, 14 and C7. RGB value is (252,20,199). Sum of RGB (Red+Green+Blue) = 252+20+199=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 20 (8.20% from 255 or 4.25% from 471); Blue value is 199 (78.12% from 255 or 42.25% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC14C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC14C7 is #03EB38. Grayscale: #6D6D6D. Windows color (decimal): -256825 or 13047036. OLE color: 13047036.
HSL color Cylindrical-coordinate representation of color #FC14C7: hue angle of 313.71º 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 #FC14C7 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 199 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.01 |
| HSL | 313.71º | 0.97% | 0.53% | - |
| HSV(B) | 313.71º | 0.92% | 0.99% | - |
| XYZ | 50.7 | 25.32 | 56.25 | - |
| YUV | 109.77 | 178.36 | 229.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 199 | 0 | 0.92 | 0.21 | 0.01 | 313.71 | 0.97 | 0.53 |
| Hex | FC | 14 | C7 | 0 | 5C | 15 | 1 | 13A | 61 | 35 |
| Octal | 374 | 24 | 307 | 0 | 134 | 25 | 1 | 472 | 141 | 65 |
| Binary | 11111100 | 10100 | 11000111 | 0 | 1011100 | 10101 | 1 | 100111010 | 1100001 | 110101 |
Color Harmonies of #FC14C7
Complementary color
Monochromatic Colors of #FC14C7
Black with #FC14C7
Text Example
Text Example
White with #FC14C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC14C7; }
p { color: rgb(252,20,199); }
H1.HeaderClassName
{
color: #FC14C7;
}
.AnyTagClassName
{
color: #FC14C7;
}
</style>
background-color css
<style>
a { background-color: #FC14C7; }
a { background-color: rgb(252,20,199); }
div.DivClassName
{
background-color: #FC14C7;
}
.BgClassName
{
background-color: #FC14C7;
}
</style>
border-color css
<style>
span { border-color: #FC14C7; }
span { border-color: rgb(252,20,199); }
td.TdClassName
{
border-color: #FC14C7;
}
.TagClassName
{
border-color: #FC14C7;
}
</style>