Shades of Shocking Pink #FF12B7
Tints of Shocking Pink #FF12B7
RGB
CMYK
RGB Variations
Color information
#FF12B7 (or 0xFF12B7) is known color: Shocking Pink. HEX triplet: FF, 12 and B7. RGB value is (255,18,183). Sum of RGB (Red+Green+Blue) = 255+18+183=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 18 (7.42% from 255 or 3.95% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF12B7 is #00ED48. Grayscale: #6B6B6B. Windows color (decimal): -60745 or 11997951. OLE color: 11997951.
HSL color Cylindrical-coordinate representation of color #FF12B7: hue angle of 318.23º 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 #FF12B7 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 183 | - |
| CMYK | 0 | 0.93 | 0.28 | 0 |
| HSL | 318.23º | 1% | 0.54% | - |
| HSV(B) | 318.23º | 0.93% | 1% | - |
| XYZ | 50 | 25.11 | 47.01 | - |
| YUV | 107.67 | 170.52 | 233.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 183 | 0 | 0.93 | 0.28 | 0 | 318.23 | 1 | 0.54 |
| Hex | FF | 12 | B7 | 0 | 5D | 1C | 0 | 13E | 64 | 36 |
| Octal | 377 | 22 | 267 | 0 | 135 | 34 | 0 | 476 | 144 | 66 |
| Binary | 11111111 | 10010 | 10110111 | 0 | 1011101 | 11100 | 0 | 100111110 | 1100100 | 110110 |
Color Harmonies of #FF12B7
Complementary color
Monochromatic Colors of #FF12B7
Black with #FF12B7
Text Example
Text Example
White with #FF12B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF12B7; }
p { color: rgb(255,18,183); }
H1.HeaderClassName
{
color: #FF12B7;
}
.AnyTagClassName
{
color: #FF12B7;
}
</style>
background-color css
<style>
a { background-color: #FF12B7; }
a { background-color: rgb(255,18,183); }
div.DivClassName
{
background-color: #FF12B7;
}
.BgClassName
{
background-color: #FF12B7;
}
</style>
border-color css
<style>
span { border-color: #FF12B7; }
span { border-color: rgb(255,18,183); }
td.TdClassName
{
border-color: #FF12B7;
}
.TagClassName
{
border-color: #FF12B7;
}
</style>