Shades of Deep Pink #FF157C
Tints of Deep Pink #FF157C
RGB
CMYK
RGB Variations
Color information
#FF157C (or 0xFF157C) is known color: Deep Pink. HEX triplet: FF, 15 and 7C. RGB value is (255,21,124). Sum of RGB (Red+Green+Blue) = 255+21+124=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF157C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF157C is #00EA83. Grayscale: #666666. Windows color (decimal): -60036 or 8132095. OLE color: 8132095.
HSL color Cylindrical-coordinate representation of color #FF157C: hue angle of 333.59º 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 #FF157C is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 124 | - |
| CMYK | 0 | 0.92 | 0.51 | 0 |
| HSL | 333.59º | 1% | 0.54% | - |
| HSV(B) | 333.59º | 0.92% | 1% | - |
| XYZ | 45.15 | 23.25 | 21.18 | - |
| YUV | 102.71 | 140.02 | 236.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 124 | 0 | 0.92 | 0.51 | 0 | 333.59 | 1 | 0.54 |
| Hex | FF | 15 | 7C | 0 | 5C | 33 | 0 | 14E | 64 | 36 |
| Octal | 377 | 25 | 174 | 0 | 134 | 63 | 0 | 516 | 144 | 66 |
| Binary | 11111111 | 10101 | 1111100 | 0 | 1011100 | 110011 | 0 | 101001110 | 1100100 | 110110 |
Color Harmonies of #FF157C
Complementary color
Monochromatic Colors of #FF157C
Black with #FF157C
Text Example
Text Example
White with #FF157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF157C; }
p { color: rgb(255,21,124); }
H1.HeaderClassName
{
color: #FF157C;
}
.AnyTagClassName
{
color: #FF157C;
}
</style>
background-color css
<style>
a { background-color: #FF157C; }
a { background-color: rgb(255,21,124); }
div.DivClassName
{
background-color: #FF157C;
}
.BgClassName
{
background-color: #FF157C;
}
</style>
border-color css
<style>
span { border-color: #FF157C; }
span { border-color: rgb(255,21,124); }
td.TdClassName
{
border-color: #FF157C;
}
.TagClassName
{
border-color: #FF157C;
}
</style>