Shades of Deep Pink #FF157E
Tints of Deep Pink #FF157E
RGB
CMYK
RGB Variations
Color information
#FF157E (or 0xFF157E) is known color: Deep Pink. HEX triplet: FF, 15 and 7E. RGB value is (255,21,126). Sum of RGB (Red+Green+Blue) = 255+21+126=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF157E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF157E is #00EA81. Grayscale: #666666. Windows color (decimal): -60034 or 8263167. OLE color: 8263167.
HSL color Cylindrical-coordinate representation of color #FF157E: hue angle of 333.08º 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 #FF157E is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 126 | - |
| CMYK | 0 | 0.92 | 0.51 | 0 |
| HSL | 333.08º | 1% | 0.54% | - |
| HSV(B) | 333.08º | 0.92% | 1% | - |
| XYZ | 45.27 | 23.3 | 21.85 | - |
| YUV | 102.94 | 141.02 | 236.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 126 | 0 | 0.92 | 0.51 | 0 | 333.08 | 1 | 0.54 |
| Hex | FF | 15 | 7E | 0 | 5C | 33 | 0 | 14D | 64 | 36 |
| Octal | 377 | 25 | 176 | 0 | 134 | 63 | 0 | 515 | 144 | 66 |
| Binary | 11111111 | 10101 | 1111110 | 0 | 1011100 | 110011 | 0 | 101001101 | 1100100 | 110110 |
Color Harmonies of #FF157E
Complementary color
Monochromatic Colors of #FF157E
Black with #FF157E
Text Example
Text Example
White with #FF157E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF157E; }
p { color: rgb(255,21,126); }
H1.HeaderClassName
{
color: #FF157E;
}
.AnyTagClassName
{
color: #FF157E;
}
</style>
background-color css
<style>
a { background-color: #FF157E; }
a { background-color: rgb(255,21,126); }
div.DivClassName
{
background-color: #FF157E;
}
.BgClassName
{
background-color: #FF157E;
}
</style>
border-color css
<style>
span { border-color: #FF157E; }
span { border-color: rgb(255,21,126); }
td.TdClassName
{
border-color: #FF157E;
}
.TagClassName
{
border-color: #FF157E;
}
</style>