Shades of Shocking Pink #FF12BF
Tints of Shocking Pink #FF12BF
RGB
CMYK
RGB Variations
Color information
#FF12BF (or 0xFF12BF) is known color: Shocking Pink. HEX triplet: FF, 12 and BF. RGB value is (255,18,191). Sum of RGB (Red+Green+Blue) = 255+18+191=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 18 (7.42% from 255 or 3.88% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF12BF is #00ED40. Grayscale: #6C6C6C. Windows color (decimal): -60737 or 12522239. OLE color: 12522239.
HSL color Cylindrical-coordinate representation of color #FF12BF: hue angle of 316.2º 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 #FF12BF is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 191 | - |
| CMYK | 0 | 0.93 | 0.25 | 0 |
| HSL | 316.2º | 1% | 0.54% | - |
| HSV(B) | 316.2º | 0.93% | 1% | - |
| XYZ | 50.86 | 25.45 | 51.52 | - |
| YUV | 108.59 | 174.52 | 232.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 191 | 0 | 0.93 | 0.25 | 0 | 316.2 | 1 | 0.54 |
| Hex | FF | 12 | BF | 0 | 5D | 19 | 0 | 13C | 64 | 36 |
| Octal | 377 | 22 | 277 | 0 | 135 | 31 | 0 | 474 | 144 | 66 |
| Binary | 11111111 | 10010 | 10111111 | 0 | 1011101 | 11001 | 0 | 100111100 | 1100100 | 110110 |
Color Harmonies of #FF12BF
Complementary color
Monochromatic Colors of #FF12BF
Black with #FF12BF
Text Example
Text Example
White with #FF12BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF12BF; }
p { color: rgb(255,18,191); }
H1.HeaderClassName
{
color: #FF12BF;
}
.AnyTagClassName
{
color: #FF12BF;
}
</style>
background-color css
<style>
a { background-color: #FF12BF; }
a { background-color: rgb(255,18,191); }
div.DivClassName
{
background-color: #FF12BF;
}
.BgClassName
{
background-color: #FF12BF;
}
</style>
border-color css
<style>
span { border-color: #FF12BF; }
span { border-color: rgb(255,18,191); }
td.TdClassName
{
border-color: #FF12BF;
}
.TagClassName
{
border-color: #FF12BF;
}
</style>