Shades of Deep Pink #FF159E
Tints of Deep Pink #FF159E
RGB
CMYK
RGB Variations
Color information
#FF159E (or 0xFF159E) is known color: Deep Pink. HEX triplet: FF, 15 and 9E. RGB value is (255,21,158). Sum of RGB (Red+Green+Blue) = 255+21+158=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 21 (8.59% from 255 or 4.84% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF159E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF159E is #00EA61. Grayscale: #6A6A6A. Windows color (decimal): -60002 or 10360319. OLE color: 10360319.
HSL color Cylindrical-coordinate representation of color #FF159E: hue angle of 324.87º 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 #FF159E is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 158 | - |
| CMYK | 0 | 0.92 | 0.38 | 0 |
| HSL | 324.87º | 1% | 0.54% | - |
| HSV(B) | 324.87º | 0.92% | 1% | - |
| XYZ | 47.68 | 24.26 | 34.52 | - |
| YUV | 106.58 | 157.02 | 233.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 158 | 0 | 0.92 | 0.38 | 0 | 324.87 | 1 | 0.54 |
| Hex | FF | 15 | 9E | 0 | 5C | 26 | 0 | 145 | 64 | 36 |
| Octal | 377 | 25 | 236 | 0 | 134 | 46 | 0 | 505 | 144 | 66 |
| Binary | 11111111 | 10101 | 10011110 | 0 | 1011100 | 100110 | 0 | 101000101 | 1100100 | 110110 |
Color Harmonies of #FF159E
Complementary color
Monochromatic Colors of #FF159E
Black with #FF159E
Text Example
Text Example
White with #FF159E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF159E; }
p { color: rgb(255,21,158); }
H1.HeaderClassName
{
color: #FF159E;
}
.AnyTagClassName
{
color: #FF159E;
}
</style>
background-color css
<style>
a { background-color: #FF159E; }
a { background-color: rgb(255,21,158); }
div.DivClassName
{
background-color: #FF159E;
}
.BgClassName
{
background-color: #FF159E;
}
</style>
border-color css
<style>
span { border-color: #FF159E; }
span { border-color: rgb(255,21,158); }
td.TdClassName
{
border-color: #FF159E;
}
.TagClassName
{
border-color: #FF159E;
}
</style>