Shades of Deep Pink #FF158B
Tints of Deep Pink #FF158B
RGB
CMYK
RGB Variations
Color information
#FF158B (or 0xFF158B) is known color: Deep Pink. HEX triplet: FF, 15 and 8B. RGB value is (255,21,139). Sum of RGB (Red+Green+Blue) = 255+21+139=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 21 (8.59% from 255 or 5.06% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF158B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF158B is #00EA74. Grayscale: #686868. Windows color (decimal): -60021 or 9115135. OLE color: 9115135.
HSL color Cylindrical-coordinate representation of color #FF158B: hue angle of 329.74º 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 #FF158B is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 139 | - |
| CMYK | 0 | 0.92 | 0.45 | 0 |
| HSL | 329.74º | 1% | 0.54% | - |
| HSV(B) | 329.74º | 0.92% | 1% | - |
| XYZ | 46.17 | 23.66 | 26.56 | - |
| YUV | 104.42 | 147.52 | 235.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 139 | 0 | 0.92 | 0.45 | 0 | 329.74 | 1 | 0.54 |
| Hex | FF | 15 | 8B | 0 | 5C | 2D | 0 | 14A | 64 | 36 |
| Octal | 377 | 25 | 213 | 0 | 134 | 55 | 0 | 512 | 144 | 66 |
| Binary | 11111111 | 10101 | 10001011 | 0 | 1011100 | 101101 | 0 | 101001010 | 1100100 | 110110 |
Color Harmonies of #FF158B
Complementary color
Monochromatic Colors of #FF158B
Black with #FF158B
Text Example
Text Example
White with #FF158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF158B; }
p { color: rgb(255,21,139); }
H1.HeaderClassName
{
color: #FF158B;
}
.AnyTagClassName
{
color: #FF158B;
}
</style>
background-color css
<style>
a { background-color: #FF158B; }
a { background-color: rgb(255,21,139); }
div.DivClassName
{
background-color: #FF158B;
}
.BgClassName
{
background-color: #FF158B;
}
</style>
border-color css
<style>
span { border-color: #FF158B; }
span { border-color: rgb(255,21,139); }
td.TdClassName
{
border-color: #FF158B;
}
.TagClassName
{
border-color: #FF158B;
}
</style>