Shades of Spicy Pink #FF12B1
Tints of Spicy Pink #FF12B1
RGB
CMYK
RGB Variations
Color information
#FF12B1 (or 0xFF12B1) is known color: Spicy Pink. HEX triplet: FF, 12 and B1. RGB value is (255,18,177). Sum of RGB (Red+Green+Blue) = 255+18+177=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 18 (7.42% from 255 or 4% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF12B1 is #00ED4E. Grayscale: #6A6A6A. Windows color (decimal): -60751 or 11604735. OLE color: 11604735.
HSL color Cylindrical-coordinate representation of color #FF12B1: hue angle of 319.75º 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 #FF12B1 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 177 | - |
| CMYK | 0 | 0.93 | 0.31 | 0 |
| HSL | 319.75º | 1% | 0.54% | - |
| HSV(B) | 319.75º | 0.93% | 1% | - |
| XYZ | 49.39 | 24.87 | 43.79 | - |
| YUV | 106.99 | 167.52 | 233.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 177 | 0 | 0.93 | 0.31 | 0 | 319.75 | 1 | 0.54 |
| Hex | FF | 12 | B1 | 0 | 5D | 1F | 0 | 140 | 64 | 36 |
| Octal | 377 | 22 | 261 | 0 | 135 | 37 | 0 | 500 | 144 | 66 |
| Binary | 11111111 | 10010 | 10110001 | 0 | 1011101 | 11111 | 0 | 101000000 | 1100100 | 110110 |
Color Harmonies of #FF12B1
Complementary color
Monochromatic Colors of #FF12B1
Black with #FF12B1
Text Example
Text Example
White with #FF12B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF12B1; }
p { color: rgb(255,18,177); }
H1.HeaderClassName
{
color: #FF12B1;
}
.AnyTagClassName
{
color: #FF12B1;
}
</style>
background-color css
<style>
a { background-color: #FF12B1; }
a { background-color: rgb(255,18,177); }
div.DivClassName
{
background-color: #FF12B1;
}
.BgClassName
{
background-color: #FF12B1;
}
</style>
border-color css
<style>
span { border-color: #FF12B1; }
span { border-color: rgb(255,18,177); }
td.TdClassName
{
border-color: #FF12B1;
}
.TagClassName
{
border-color: #FF12B1;
}
</style>