Shades of Shocking Pink #FF12CF
Tints of Shocking Pink #FF12CF
RGB
CMYK
RGB Variations
Color information
#FF12CF (or 0xFF12CF) is known color: Shocking Pink. HEX triplet: FF, 12 and CF. RGB value is (255,18,207). Sum of RGB (Red+Green+Blue) = 255+18+207=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 18 (7.42% from 255 or 3.75% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF12CF is #00ED30. Grayscale: #6D6D6D. Windows color (decimal): -60721 or 13570815. OLE color: 13570815.
HSL color Cylindrical-coordinate representation of color #FF12CF: hue angle of 312.15º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF12CF is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 207 | - |
| CMYK | 0 | 0.93 | 0.19 | 0 |
| HSL | 312.15º | 1% | 0.54% | - |
| HSV(B) | 312.15º | 0.93% | 1% | - |
| XYZ | 52.72 | 26.2 | 61.31 | - |
| YUV | 110.41 | 182.52 | 231.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 207 | 0 | 0.93 | 0.19 | 0 | 312.15 | 1 | 0.54 |
| Hex | FF | 12 | CF | 0 | 5D | 13 | 0 | 138 | 64 | 36 |
| Octal | 377 | 22 | 317 | 0 | 135 | 23 | 0 | 470 | 144 | 66 |
| Binary | 11111111 | 10010 | 11001111 | 0 | 1011101 | 10011 | 0 | 100111000 | 1100100 | 110110 |
Color Harmonies of #FF12CF
Complementary color
Monochromatic Colors of #FF12CF
Black with #FF12CF
Text Example
Text Example
White with #FF12CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF12CF; }
p { color: rgb(255,18,207); }
H1.HeaderClassName
{
color: #FF12CF;
}
.AnyTagClassName
{
color: #FF12CF;
}
</style>
background-color css
<style>
a { background-color: #FF12CF; }
a { background-color: rgb(255,18,207); }
div.DivClassName
{
background-color: #FF12CF;
}
.BgClassName
{
background-color: #FF12CF;
}
</style>
border-color css
<style>
span { border-color: #FF12CF; }
span { border-color: rgb(255,18,207); }
td.TdClassName
{
border-color: #FF12CF;
}
.TagClassName
{
border-color: #FF12CF;
}
</style>