Shades of Deep Pink #FF1578
Tints of Deep Pink #FF1578
RGB
CMYK
RGB Variations
Color information
#FF1578 (or 0xFF1578) is known color: Deep Pink. HEX triplet: FF, 15 and 78. RGB value is (255,21,120). Sum of RGB (Red+Green+Blue) = 255+21+120=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1578 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1578 is #00EA87. Grayscale: #666666. Windows color (decimal): -60040 or 7869951. OLE color: 7869951.
HSL color Cylindrical-coordinate representation of color #FF1578: hue angle of 334.62º 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 #FF1578 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 120 | - |
| CMYK | 0 | 0.92 | 0.53 | 0 |
| HSL | 334.62º | 1% | 0.54% | - |
| HSV(B) | 334.62º | 0.92% | 1% | - |
| XYZ | 44.9 | 23.15 | 19.87 | - |
| YUV | 102.25 | 138.02 | 236.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 120 | 0 | 0.92 | 0.53 | 0 | 334.62 | 1 | 0.54 |
| Hex | FF | 15 | 78 | 0 | 5C | 35 | 0 | 14F | 64 | 36 |
| Octal | 377 | 25 | 170 | 0 | 134 | 65 | 0 | 517 | 144 | 66 |
| Binary | 11111111 | 10101 | 1111000 | 0 | 1011100 | 110101 | 0 | 101001111 | 1100100 | 110110 |
Color Harmonies of #FF1578
Complementary color
Monochromatic Colors of #FF1578
Black with #FF1578
Text Example
Text Example
White with #FF1578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1578; }
p { color: rgb(255,21,120); }
H1.HeaderClassName
{
color: #FF1578;
}
.AnyTagClassName
{
color: #FF1578;
}
</style>
background-color css
<style>
a { background-color: #FF1578; }
a { background-color: rgb(255,21,120); }
div.DivClassName
{
background-color: #FF1578;
}
.BgClassName
{
background-color: #FF1578;
}
</style>
border-color css
<style>
span { border-color: #FF1578; }
span { border-color: rgb(255,21,120); }
td.TdClassName
{
border-color: #FF1578;
}
.TagClassName
{
border-color: #FF1578;
}
</style>