Shades of Spicy Pink #FF15A8
Tints of Spicy Pink #FF15A8
RGB
CMYK
RGB Variations
Color information
#FF15A8 (or 0xFF15A8) is known color: Spicy Pink. HEX triplet: FF, 15 and A8. RGB value is (255,21,168). Sum of RGB (Red+Green+Blue) = 255+21+168=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 21 (8.59% from 255 or 4.73% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF15A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF15A8 is #00EA57. Grayscale: #6B6B6B. Windows color (decimal): -59992 or 11015679. OLE color: 11015679.
HSL color Cylindrical-coordinate representation of color #FF15A8: hue angle of 322.31º 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 #FF15A8 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 168 | - |
| CMYK | 0 | 0.92 | 0.34 | 0 |
| HSL | 322.31º | 1% | 0.54% | - |
| HSV(B) | 322.31º | 0.92% | 1% | - |
| XYZ | 48.58 | 24.62 | 39.24 | - |
| YUV | 107.72 | 162.02 | 233.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 168 | 0 | 0.92 | 0.34 | 0 | 322.31 | 1 | 0.54 |
| Hex | FF | 15 | A8 | 0 | 5C | 22 | 0 | 142 | 64 | 36 |
| Octal | 377 | 25 | 250 | 0 | 134 | 42 | 0 | 502 | 144 | 66 |
| Binary | 11111111 | 10101 | 10101000 | 0 | 1011100 | 100010 | 0 | 101000010 | 1100100 | 110110 |
Color Harmonies of #FF15A8
Complementary color
Monochromatic Colors of #FF15A8
Black with #FF15A8
Text Example
Text Example
White with #FF15A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF15A8; }
p { color: rgb(255,21,168); }
H1.HeaderClassName
{
color: #FF15A8;
}
.AnyTagClassName
{
color: #FF15A8;
}
</style>
background-color css
<style>
a { background-color: #FF15A8; }
a { background-color: rgb(255,21,168); }
div.DivClassName
{
background-color: #FF15A8;
}
.BgClassName
{
background-color: #FF15A8;
}
</style>
border-color css
<style>
span { border-color: #FF15A8; }
span { border-color: rgb(255,21,168); }
td.TdClassName
{
border-color: #FF15A8;
}
.TagClassName
{
border-color: #FF15A8;
}
</style>