Shades of Spicy Pink #FF12B5
Tints of Spicy Pink #FF12B5
RGB
CMYK
RGB Variations
Color information
#FF12B5 (or 0xFF12B5) is known color: Spicy Pink. HEX triplet: FF, 12 and B5. RGB value is (255,18,181). Sum of RGB (Red+Green+Blue) = 255+18+181=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 18 (7.42% from 255 or 3.96% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF12B5 is #00ED4A. Grayscale: #6B6B6B. Windows color (decimal): -60747 or 11866879. OLE color: 11866879.
HSL color Cylindrical-coordinate representation of color #FF12B5: hue angle of 318.73º 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 #FF12B5 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 181 | - |
| CMYK | 0 | 0.93 | 0.29 | 0 |
| HSL | 318.73º | 1% | 0.54% | - |
| HSV(B) | 318.73º | 0.93% | 1% | - |
| XYZ | 49.8 | 25.03 | 45.92 | - |
| YUV | 107.45 | 169.52 | 233.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 181 | 0 | 0.93 | 0.29 | 0 | 318.73 | 1 | 0.54 |
| Hex | FF | 12 | B5 | 0 | 5D | 1D | 0 | 13F | 64 | 36 |
| Octal | 377 | 22 | 265 | 0 | 135 | 35 | 0 | 477 | 144 | 66 |
| Binary | 11111111 | 10010 | 10110101 | 0 | 1011101 | 11101 | 0 | 100111111 | 1100100 | 110110 |
Color Harmonies of #FF12B5
Complementary color
Monochromatic Colors of #FF12B5
Black with #FF12B5
Text Example
Text Example
White with #FF12B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF12B5; }
p { color: rgb(255,18,181); }
H1.HeaderClassName
{
color: #FF12B5;
}
.AnyTagClassName
{
color: #FF12B5;
}
</style>
background-color css
<style>
a { background-color: #FF12B5; }
a { background-color: rgb(255,18,181); }
div.DivClassName
{
background-color: #FF12B5;
}
.BgClassName
{
background-color: #FF12B5;
}
</style>
border-color css
<style>
span { border-color: #FF12B5; }
span { border-color: rgb(255,18,181); }
td.TdClassName
{
border-color: #FF12B5;
}
.TagClassName
{
border-color: #FF12B5;
}
</style>