Shades of Spicy Pink #FF1AB1
Tints of Spicy Pink #FF1AB1
RGB
CMYK
RGB Variations
Color information
#FF1AB1 (or 0xFF1AB1) is known color: Spicy Pink. HEX triplet: FF, 1A and B1. RGB value is (255,26,177). Sum of RGB (Red+Green+Blue) = 255+26+177=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 26 (10.55% from 255 or 5.68% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1AB1 is #00E54E. Grayscale: #6F6F6F. Windows color (decimal): -58703 or 11606783. OLE color: 11606783.
HSL color Cylindrical-coordinate representation of color #FF1AB1: hue angle of 320.44º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1AB1 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 177 | - |
| CMYK | 0 | 0.90 | 0.31 | 0 |
| HSL | 320.44º | 1% | 0.55% | - |
| HSV(B) | 320.44º | 0.9% | 1% | - |
| XYZ | 49.55 | 25.17 | 43.84 | - |
| YUV | 111.69 | 164.87 | 230.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 177 | 0 | 0.90 | 0.31 | 0 | 320.44 | 1 | 0.55 |
| Hex | FF | 1A | B1 | 0 | 5A | 1F | 0 | 140 | 64 | 37 |
| Octal | 377 | 32 | 261 | 0 | 132 | 37 | 0 | 500 | 144 | 67 |
| Binary | 11111111 | 11010 | 10110001 | 0 | 1011010 | 11111 | 0 | 101000000 | 1100100 | 110111 |
Color Harmonies of #FF1AB1
Complementary color
Monochromatic Colors of #FF1AB1
Black with #FF1AB1
Text Example
Text Example
White with #FF1AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1AB1; }
p { color: rgb(255,26,177); }
H1.HeaderClassName
{
color: #FF1AB1;
}
.AnyTagClassName
{
color: #FF1AB1;
}
</style>
background-color css
<style>
a { background-color: #FF1AB1; }
a { background-color: rgb(255,26,177); }
div.DivClassName
{
background-color: #FF1AB1;
}
.BgClassName
{
background-color: #FF1AB1;
}
</style>
border-color css
<style>
span { border-color: #FF1AB1; }
span { border-color: rgb(255,26,177); }
td.TdClassName
{
border-color: #FF1AB1;
}
.TagClassName
{
border-color: #FF1AB1;
}
</style>