Shades of Deep Pink #FF15A0
Tints of Deep Pink #FF15A0
RGB
CMYK
RGB Variations
Color information
#FF15A0 (or 0xFF15A0) is known color: Deep Pink. HEX triplet: FF, 15 and A0. RGB value is (255,21,160). Sum of RGB (Red+Green+Blue) = 255+21+160=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF15A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF15A0 is #00EA5F. Grayscale: #6A6A6A. Windows color (decimal): -60000 or 10491391. OLE color: 10491391.
HSL color Cylindrical-coordinate representation of color #FF15A0: hue angle of 324.36º 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 #FF15A0 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 160 | - |
| CMYK | 0 | 0.92 | 0.37 | 0 |
| HSL | 324.36º | 1% | 0.54% | - |
| HSV(B) | 324.36º | 0.92% | 1% | - |
| XYZ | 47.85 | 24.33 | 35.43 | - |
| YUV | 106.81 | 158.02 | 233.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 160 | 0 | 0.92 | 0.37 | 0 | 324.36 | 1 | 0.54 |
| Hex | FF | 15 | A0 | 0 | 5C | 25 | 0 | 144 | 64 | 36 |
| Octal | 377 | 25 | 240 | 0 | 134 | 45 | 0 | 504 | 144 | 66 |
| Binary | 11111111 | 10101 | 10100000 | 0 | 1011100 | 100101 | 0 | 101000100 | 1100100 | 110110 |
Color Harmonies of #FF15A0
Complementary color
Monochromatic Colors of #FF15A0
Black with #FF15A0
Text Example
Text Example
White with #FF15A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF15A0; }
p { color: rgb(255,21,160); }
H1.HeaderClassName
{
color: #FF15A0;
}
.AnyTagClassName
{
color: #FF15A0;
}
</style>
background-color css
<style>
a { background-color: #FF15A0; }
a { background-color: rgb(255,21,160); }
div.DivClassName
{
background-color: #FF15A0;
}
.BgClassName
{
background-color: #FF15A0;
}
</style>
border-color css
<style>
span { border-color: #FF15A0; }
span { border-color: rgb(255,21,160); }
td.TdClassName
{
border-color: #FF15A0;
}
.TagClassName
{
border-color: #FF15A0;
}
</style>