Shades of Spicy Pink #FF15AD
Tints of Spicy Pink #FF15AD
RGB
CMYK
RGB Variations
Color information
#FF15AD (or 0xFF15AD) is known color: Spicy Pink. HEX triplet: FF, 15 and AD. RGB value is (255,21,173). Sum of RGB (Red+Green+Blue) = 255+21+173=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 21 (8.59% from 255 or 4.68% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF15AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF15AD is #00EA52. Grayscale: #6B6B6B. Windows color (decimal): -59987 or 11343359. OLE color: 11343359.
HSL color Cylindrical-coordinate representation of color #FF15AD: hue angle of 321.03º 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 #FF15AD is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 173 | - |
| CMYK | 0 | 0.92 | 0.32 | 0 |
| HSL | 321.03º | 1% | 0.54% | - |
| HSV(B) | 321.03º | 0.92% | 1% | - |
| XYZ | 49.05 | 24.81 | 41.74 | - |
| YUV | 108.29 | 164.52 | 232.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 173 | 0 | 0.92 | 0.32 | 0 | 321.03 | 1 | 0.54 |
| Hex | FF | 15 | AD | 0 | 5C | 20 | 0 | 141 | 64 | 36 |
| Octal | 377 | 25 | 255 | 0 | 134 | 40 | 0 | 501 | 144 | 66 |
| Binary | 11111111 | 10101 | 10101101 | 0 | 1011100 | 100000 | 0 | 101000001 | 1100100 | 110110 |
Color Harmonies of #FF15AD
Complementary color
Monochromatic Colors of #FF15AD
Black with #FF15AD
Text Example
Text Example
White with #FF15AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF15AD; }
p { color: rgb(255,21,173); }
H1.HeaderClassName
{
color: #FF15AD;
}
.AnyTagClassName
{
color: #FF15AD;
}
</style>
background-color css
<style>
a { background-color: #FF15AD; }
a { background-color: rgb(255,21,173); }
div.DivClassName
{
background-color: #FF15AD;
}
.BgClassName
{
background-color: #FF15AD;
}
</style>
border-color css
<style>
span { border-color: #FF15AD; }
span { border-color: rgb(255,21,173); }
td.TdClassName
{
border-color: #FF15AD;
}
.TagClassName
{
border-color: #FF15AD;
}
</style>