Shades of Shocking Pink #FC12CF
Tints of Shocking Pink #FC12CF
RGB
CMYK
RGB Variations
Color information
#FC12CF (or 0xFC12CF) is known color: Shocking Pink. HEX triplet: FC, 12 and CF. RGB value is (252,18,207). Sum of RGB (Red+Green+Blue) = 252+18+207=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 18 (7.42% from 255 or 3.77% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC12CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC12CF is #03ED30. Grayscale: #6C6C6C. Windows color (decimal): -257329 or 13570812. OLE color: 13570812.
HSL color Cylindrical-coordinate representation of color #FC12CF: hue angle of 311.54º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC12CF is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 207 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.01 |
| HSL | 311.54º | 0.98% | 0.53% | - |
| HSV(B) | 311.54º | 0.93% | 0.99% | - |
| XYZ | 51.62 | 25.63 | 61.26 | - |
| YUV | 109.51 | 183.02 | 229.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 207 | 0 | 0.93 | 0.18 | 0.01 | 311.54 | 0.98 | 0.53 |
| Hex | FC | 12 | CF | 0 | 5D | 12 | 1 | 138 | 62 | 35 |
| Octal | 374 | 22 | 317 | 0 | 135 | 22 | 1 | 470 | 142 | 65 |
| Binary | 11111100 | 10010 | 11001111 | 0 | 1011101 | 10010 | 1 | 100111000 | 1100010 | 110101 |
Color Harmonies of #FC12CF
Complementary color
Monochromatic Colors of #FC12CF
Black with #FC12CF
Text Example
Text Example
White with #FC12CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC12CF; }
p { color: rgb(252,18,207); }
H1.HeaderClassName
{
color: #FC12CF;
}
.AnyTagClassName
{
color: #FC12CF;
}
</style>
background-color css
<style>
a { background-color: #FC12CF; }
a { background-color: rgb(252,18,207); }
div.DivClassName
{
background-color: #FC12CF;
}
.BgClassName
{
background-color: #FC12CF;
}
</style>
border-color css
<style>
span { border-color: #FC12CF; }
span { border-color: rgb(252,18,207); }
td.TdClassName
{
border-color: #FC12CF;
}
.TagClassName
{
border-color: #FC12CF;
}
</style>