Shades of Spicy Pink #FF12AC
Tints of Spicy Pink #FF12AC
RGB
CMYK
RGB Variations
Color information
#FF12AC (or 0xFF12AC) is known color: Spicy Pink. HEX triplet: FF, 12 and AC. RGB value is (255,18,172). Sum of RGB (Red+Green+Blue) = 255+18+172=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 18 (7.42% from 255 or 4.04% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF12AC is #00ED53. Grayscale: #6A6A6A. Windows color (decimal): -60756 or 11277055. OLE color: 11277055.
HSL color Cylindrical-coordinate representation of color #FF12AC: hue angle of 321.01º 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 #FF12AC is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 172 | - |
| CMYK | 0 | 0.93 | 0.33 | 0 |
| HSL | 321.01º | 1% | 0.54% | - |
| HSV(B) | 321.01º | 0.93% | 1% | - |
| XYZ | 48.9 | 24.67 | 41.21 | - |
| YUV | 106.42 | 165.02 | 233.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 172 | 0 | 0.93 | 0.33 | 0 | 321.01 | 1 | 0.54 |
| Hex | FF | 12 | AC | 0 | 5D | 21 | 0 | 141 | 64 | 36 |
| Octal | 377 | 22 | 254 | 0 | 135 | 41 | 0 | 501 | 144 | 66 |
| Binary | 11111111 | 10010 | 10101100 | 0 | 1011101 | 100001 | 0 | 101000001 | 1100100 | 110110 |
Color Harmonies of #FF12AC
Complementary color
Monochromatic Colors of #FF12AC
Black with #FF12AC
Text Example
Text Example
White with #FF12AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF12AC; }
p { color: rgb(255,18,172); }
H1.HeaderClassName
{
color: #FF12AC;
}
.AnyTagClassName
{
color: #FF12AC;
}
</style>
background-color css
<style>
a { background-color: #FF12AC; }
a { background-color: rgb(255,18,172); }
div.DivClassName
{
background-color: #FF12AC;
}
.BgClassName
{
background-color: #FF12AC;
}
</style>
border-color css
<style>
span { border-color: #FF12AC; }
span { border-color: rgb(255,18,172); }
td.TdClassName
{
border-color: #FF12AC;
}
.TagClassName
{
border-color: #FF12AC;
}
</style>