Shades of Deep Pink #FF159A
Tints of Deep Pink #FF159A
RGB
CMYK
RGB Variations
Color information
#FF159A (or 0xFF159A) is known color: Deep Pink. HEX triplet: FF, 15 and 9A. RGB value is (255,21,154). Sum of RGB (Red+Green+Blue) = 255+21+154=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF159A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF159A is #00EA65. Grayscale: #696969. Windows color (decimal): -60006 or 10098175. OLE color: 10098175.
HSL color Cylindrical-coordinate representation of color #FF159A: hue angle of 325.9º 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 #FF159A is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 154 | - |
| CMYK | 0 | 0.92 | 0.40 | 0 |
| HSL | 325.9º | 1% | 0.54% | - |
| HSV(B) | 325.9º | 0.92% | 1% | - |
| XYZ | 47.34 | 24.13 | 32.73 | - |
| YUV | 106.13 | 155.02 | 234.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 154 | 0 | 0.92 | 0.40 | 0 | 325.9 | 1 | 0.54 |
| Hex | FF | 15 | 9A | 0 | 5C | 28 | 0 | 146 | 64 | 36 |
| Octal | 377 | 25 | 232 | 0 | 134 | 50 | 0 | 506 | 144 | 66 |
| Binary | 11111111 | 10101 | 10011010 | 0 | 1011100 | 101000 | 0 | 101000110 | 1100100 | 110110 |
Color Harmonies of #FF159A
Complementary color
Monochromatic Colors of #FF159A
Black with #FF159A
Text Example
Text Example
White with #FF159A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF159A; }
p { color: rgb(255,21,154); }
H1.HeaderClassName
{
color: #FF159A;
}
.AnyTagClassName
{
color: #FF159A;
}
</style>
background-color css
<style>
a { background-color: #FF159A; }
a { background-color: rgb(255,21,154); }
div.DivClassName
{
background-color: #FF159A;
}
.BgClassName
{
background-color: #FF159A;
}
</style>
border-color css
<style>
span { border-color: #FF159A; }
span { border-color: rgb(255,21,154); }
td.TdClassName
{
border-color: #FF159A;
}
.TagClassName
{
border-color: #FF159A;
}
</style>