Shades of Deep Pink #FF1972
Tints of Deep Pink #FF1972
RGB
CMYK
RGB Variations
Color information
#FF1972 (or 0xFF1972) is known color: Deep Pink. HEX triplet: FF, 19 and 72. RGB value is (255,25,114). Sum of RGB (Red+Green+Blue) = 255+25+114=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1972 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1972 is #00E68D. Grayscale: #676767. Windows color (decimal): -59022 or 7477759. OLE color: 7477759.
HSL color Cylindrical-coordinate representation of color #FF1972: hue angle of 336.78º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1972 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 114 | - |
| CMYK | 0 | 0.90 | 0.55 | 0 |
| HSL | 336.78º | 1% | 0.55% | - |
| HSV(B) | 336.78º | 0.9% | 1% | - |
| XYZ | 44.62 | 23.17 | 18.04 | - |
| YUV | 103.92 | 133.7 | 235.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 114 | 0 | 0.90 | 0.55 | 0 | 336.78 | 1 | 0.55 |
| Hex | FF | 19 | 72 | 0 | 5A | 37 | 0 | 151 | 64 | 37 |
| Octal | 377 | 31 | 162 | 0 | 132 | 67 | 0 | 521 | 144 | 67 |
| Binary | 11111111 | 11001 | 1110010 | 0 | 1011010 | 110111 | 0 | 101010001 | 1100100 | 110111 |
Color Harmonies of #FF1972
Complementary color
Monochromatic Colors of #FF1972
Black with #FF1972
Text Example
Text Example
White with #FF1972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1972; }
p { color: rgb(255,25,114); }
H1.HeaderClassName
{
color: #FF1972;
}
.AnyTagClassName
{
color: #FF1972;
}
</style>
background-color css
<style>
a { background-color: #FF1972; }
a { background-color: rgb(255,25,114); }
div.DivClassName
{
background-color: #FF1972;
}
.BgClassName
{
background-color: #FF1972;
}
</style>
border-color css
<style>
span { border-color: #FF1972; }
span { border-color: rgb(255,25,114); }
td.TdClassName
{
border-color: #FF1972;
}
.TagClassName
{
border-color: #FF1972;
}
</style>