Shades of Deep Pink #FF157D
Tints of Deep Pink #FF157D
RGB
CMYK
RGB Variations
Color information
#FF157D (or 0xFF157D) is known color: Deep Pink. HEX triplet: FF, 15 and 7D. RGB value is (255,21,125). Sum of RGB (Red+Green+Blue) = 255+21+125=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF157D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF157D is #00EA82. Grayscale: #666666. Windows color (decimal): -60035 or 8197631. OLE color: 8197631.
HSL color Cylindrical-coordinate representation of color #FF157D: hue angle of 333.33º 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 #FF157D is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 125 | - |
| CMYK | 0 | 0.92 | 0.51 | 0 |
| HSL | 333.33º | 1% | 0.54% | - |
| HSV(B) | 333.33º | 0.92% | 1% | - |
| XYZ | 45.21 | 23.28 | 21.51 | - |
| YUV | 102.82 | 140.52 | 236.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 125 | 0 | 0.92 | 0.51 | 0 | 333.33 | 1 | 0.54 |
| Hex | FF | 15 | 7D | 0 | 5C | 33 | 0 | 14D | 64 | 36 |
| Octal | 377 | 25 | 175 | 0 | 134 | 63 | 0 | 515 | 144 | 66 |
| Binary | 11111111 | 10101 | 1111101 | 0 | 1011100 | 110011 | 0 | 101001101 | 1100100 | 110110 |
Color Harmonies of #FF157D
Complementary color
Monochromatic Colors of #FF157D
Black with #FF157D
Text Example
Text Example
White with #FF157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF157D; }
p { color: rgb(255,21,125); }
H1.HeaderClassName
{
color: #FF157D;
}
.AnyTagClassName
{
color: #FF157D;
}
</style>
background-color css
<style>
a { background-color: #FF157D; }
a { background-color: rgb(255,21,125); }
div.DivClassName
{
background-color: #FF157D;
}
.BgClassName
{
background-color: #FF157D;
}
</style>
border-color css
<style>
span { border-color: #FF157D; }
span { border-color: rgb(255,21,125); }
td.TdClassName
{
border-color: #FF157D;
}
.TagClassName
{
border-color: #FF157D;
}
</style>