Shades of Spicy Pink #FF15AB
Tints of Spicy Pink #FF15AB
RGB
CMYK
RGB Variations
Color information
#FF15AB (or 0xFF15AB) is known color: Spicy Pink. HEX triplet: FF, 15 and AB. RGB value is (255,21,171). Sum of RGB (Red+Green+Blue) = 255+21+171=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 21 (8.59% from 255 or 4.70% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF15AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF15AB is #00EA54. Grayscale: #6B6B6B. Windows color (decimal): -59989 or 11212287. OLE color: 11212287.
HSL color Cylindrical-coordinate representation of color #FF15AB: hue angle of 321.54º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF15AB is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 171 | - |
| CMYK | 0 | 0.92 | 0.33 | 0 |
| HSL | 321.54º | 1% | 0.54% | - |
| HSV(B) | 321.54º | 0.92% | 1% | - |
| XYZ | 48.86 | 24.74 | 40.73 | - |
| YUV | 108.07 | 163.52 | 232.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 171 | 0 | 0.92 | 0.33 | 0 | 321.54 | 1 | 0.54 |
| Hex | FF | 15 | AB | 0 | 5C | 21 | 0 | 142 | 64 | 36 |
| Octal | 377 | 25 | 253 | 0 | 134 | 41 | 0 | 502 | 144 | 66 |
| Binary | 11111111 | 10101 | 10101011 | 0 | 1011100 | 100001 | 0 | 101000010 | 1100100 | 110110 |
Color Harmonies of #FF15AB
Complementary color
Monochromatic Colors of #FF15AB
Black with #FF15AB
Text Example
Text Example
White with #FF15AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF15AB; }
p { color: rgb(255,21,171); }
H1.HeaderClassName
{
color: #FF15AB;
}
.AnyTagClassName
{
color: #FF15AB;
}
</style>
background-color css
<style>
a { background-color: #FF15AB; }
a { background-color: rgb(255,21,171); }
div.DivClassName
{
background-color: #FF15AB;
}
.BgClassName
{
background-color: #FF15AB;
}
</style>
border-color css
<style>
span { border-color: #FF15AB; }
span { border-color: rgb(255,21,171); }
td.TdClassName
{
border-color: #FF15AB;
}
.TagClassName
{
border-color: #FF15AB;
}
</style>