Shades of Deep Pink #FF1572
Tints of Deep Pink #FF1572
RGB
CMYK
RGB Variations
Color information
#FF1572 (or 0xFF1572) is known color: Deep Pink. HEX triplet: FF, 15 and 72. RGB value is (255,21,114). Sum of RGB (Red+Green+Blue) = 255+21+114=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1572 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1572 is #00EA8D. Grayscale: #656565. Windows color (decimal): -60046 or 7476735. OLE color: 7476735.
HSL color Cylindrical-coordinate representation of color #FF1572: hue angle of 336.15º 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 #FF1572 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 114 | - |
| CMYK | 0 | 0.92 | 0.55 | 0 |
| HSL | 336.15º | 1% | 0.54% | - |
| HSV(B) | 336.15º | 0.92% | 1% | - |
| XYZ | 44.55 | 23.01 | 18.01 | - |
| YUV | 101.57 | 135.02 | 237.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 114 | 0 | 0.92 | 0.55 | 0 | 336.15 | 1 | 0.54 |
| Hex | FF | 15 | 72 | 0 | 5C | 37 | 0 | 150 | 64 | 36 |
| Octal | 377 | 25 | 162 | 0 | 134 | 67 | 0 | 520 | 144 | 66 |
| Binary | 11111111 | 10101 | 1110010 | 0 | 1011100 | 110111 | 0 | 101010000 | 1100100 | 110110 |
Color Harmonies of #FF1572
Complementary color
Monochromatic Colors of #FF1572
Black with #FF1572
Text Example
Text Example
White with #FF1572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1572; }
p { color: rgb(255,21,114); }
H1.HeaderClassName
{
color: #FF1572;
}
.AnyTagClassName
{
color: #FF1572;
}
</style>
background-color css
<style>
a { background-color: #FF1572; }
a { background-color: rgb(255,21,114); }
div.DivClassName
{
background-color: #FF1572;
}
.BgClassName
{
background-color: #FF1572;
}
</style>
border-color css
<style>
span { border-color: #FF1572; }
span { border-color: rgb(255,21,114); }
td.TdClassName
{
border-color: #FF1572;
}
.TagClassName
{
border-color: #FF1572;
}
</style>