Shades of Deep Pink #FF158E
Tints of Deep Pink #FF158E
RGB
CMYK
RGB Variations
Color information
#FF158E (or 0xFF158E) is known color: Deep Pink. HEX triplet: FF, 15 and 8E. RGB value is (255,21,142). Sum of RGB (Red+Green+Blue) = 255+21+142=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF158E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF158E is #00EA71. Grayscale: #686868. Windows color (decimal): -60018 or 9311743. OLE color: 9311743.
HSL color Cylindrical-coordinate representation of color #FF158E: hue angle of 328.97º 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 #FF158E is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 142 | - |
| CMYK | 0 | 0.92 | 0.44 | 0 |
| HSL | 328.97º | 1% | 0.54% | - |
| HSV(B) | 328.97º | 0.92% | 1% | - |
| XYZ | 46.39 | 23.75 | 27.73 | - |
| YUV | 104.76 | 149.02 | 235.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 142 | 0 | 0.92 | 0.44 | 0 | 328.97 | 1 | 0.54 |
| Hex | FF | 15 | 8E | 0 | 5C | 2C | 0 | 149 | 64 | 36 |
| Octal | 377 | 25 | 216 | 0 | 134 | 54 | 0 | 511 | 144 | 66 |
| Binary | 11111111 | 10101 | 10001110 | 0 | 1011100 | 101100 | 0 | 101001001 | 1100100 | 110110 |
Color Harmonies of #FF158E
Complementary color
Monochromatic Colors of #FF158E
Black with #FF158E
Text Example
Text Example
White with #FF158E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF158E; }
p { color: rgb(255,21,142); }
H1.HeaderClassName
{
color: #FF158E;
}
.AnyTagClassName
{
color: #FF158E;
}
</style>
background-color css
<style>
a { background-color: #FF158E; }
a { background-color: rgb(255,21,142); }
div.DivClassName
{
background-color: #FF158E;
}
.BgClassName
{
background-color: #FF158E;
}
</style>
border-color css
<style>
span { border-color: #FF158E; }
span { border-color: rgb(255,21,142); }
td.TdClassName
{
border-color: #FF158E;
}
.TagClassName
{
border-color: #FF158E;
}
</style>