Shades of Deep Pink #FF159D
Tints of Deep Pink #FF159D
RGB
CMYK
RGB Variations
Color information
#FF159D (or 0xFF159D) is known color: Deep Pink. HEX triplet: FF, 15 and 9D. RGB value is (255,21,157). Sum of RGB (Red+Green+Blue) = 255+21+157=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 21 (8.59% from 255 or 4.85% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF159D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF159D is #00EA62. Grayscale: #6A6A6A. Windows color (decimal): -60003 or 10294783. OLE color: 10294783.
HSL color Cylindrical-coordinate representation of color #FF159D: hue angle of 325.13º 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 #FF159D is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 157 | - |
| CMYK | 0 | 0.92 | 0.38 | 0 |
| HSL | 325.13º | 1% | 0.54% | - |
| HSV(B) | 325.13º | 0.92% | 1% | - |
| XYZ | 47.59 | 24.23 | 34.07 | - |
| YUV | 106.47 | 156.52 | 233.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 157 | 0 | 0.92 | 0.38 | 0 | 325.13 | 1 | 0.54 |
| Hex | FF | 15 | 9D | 0 | 5C | 26 | 0 | 145 | 64 | 36 |
| Octal | 377 | 25 | 235 | 0 | 134 | 46 | 0 | 505 | 144 | 66 |
| Binary | 11111111 | 10101 | 10011101 | 0 | 1011100 | 100110 | 0 | 101000101 | 1100100 | 110110 |
Color Harmonies of #FF159D
Complementary color
Monochromatic Colors of #FF159D
Black with #FF159D
Text Example
Text Example
White with #FF159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF159D; }
p { color: rgb(255,21,157); }
H1.HeaderClassName
{
color: #FF159D;
}
.AnyTagClassName
{
color: #FF159D;
}
</style>
background-color css
<style>
a { background-color: #FF159D; }
a { background-color: rgb(255,21,157); }
div.DivClassName
{
background-color: #FF159D;
}
.BgClassName
{
background-color: #FF159D;
}
</style>
border-color css
<style>
span { border-color: #FF159D; }
span { border-color: rgb(255,21,157); }
td.TdClassName
{
border-color: #FF159D;
}
.TagClassName
{
border-color: #FF159D;
}
</style>