Shades of Spicy Pink #FF12AB
Tints of Spicy Pink #FF12AB
RGB
CMYK
RGB Variations
Color information
#FF12AB (or 0xFF12AB) is known color: Spicy Pink. HEX triplet: FF, 12 and AB. RGB value is (255,18,171). Sum of RGB (Red+Green+Blue) = 255+18+171=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 18 (7.42% from 255 or 4.05% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF12AB is #00ED54. Grayscale: #696969. Windows color (decimal): -60757 or 11211519. OLE color: 11211519.
HSL color Cylindrical-coordinate representation of color #FF12AB: hue angle of 321.27º 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 #FF12AB is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 171 | - |
| CMYK | 0 | 0.93 | 0.33 | 0 |
| HSL | 321.27º | 1% | 0.54% | - |
| HSV(B) | 321.27º | 0.93% | 1% | - |
| XYZ | 48.81 | 24.63 | 40.71 | - |
| YUV | 106.31 | 164.52 | 234.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 171 | 0 | 0.93 | 0.33 | 0 | 321.27 | 1 | 0.54 |
| Hex | FF | 12 | AB | 0 | 5D | 21 | 0 | 141 | 64 | 36 |
| Octal | 377 | 22 | 253 | 0 | 135 | 41 | 0 | 501 | 144 | 66 |
| Binary | 11111111 | 10010 | 10101011 | 0 | 1011101 | 100001 | 0 | 101000001 | 1100100 | 110110 |
Color Harmonies of #FF12AB
Complementary color
Monochromatic Colors of #FF12AB
Black with #FF12AB
Text Example
Text Example
White with #FF12AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF12AB; }
p { color: rgb(255,18,171); }
H1.HeaderClassName
{
color: #FF12AB;
}
.AnyTagClassName
{
color: #FF12AB;
}
</style>
background-color css
<style>
a { background-color: #FF12AB; }
a { background-color: rgb(255,18,171); }
div.DivClassName
{
background-color: #FF12AB;
}
.BgClassName
{
background-color: #FF12AB;
}
</style>
border-color css
<style>
span { border-color: #FF12AB; }
span { border-color: rgb(255,18,171); }
td.TdClassName
{
border-color: #FF12AB;
}
.TagClassName
{
border-color: #FF12AB;
}
</style>