Shades of Deep Pink #FF1672
Tints of Deep Pink #FF1672
RGB
CMYK
RGB Variations
Color information
#FF1672 (or 0xFF1672) is known color: Deep Pink. HEX triplet: FF, 16 and 72. RGB value is (255,22,114). Sum of RGB (Red+Green+Blue) = 255+22+114=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1672 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1672 is #00E98D. Grayscale: #666666. Windows color (decimal): -59790 or 7476991. OLE color: 7476991.
HSL color Cylindrical-coordinate representation of color #FF1672: hue angle of 336.31º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1672 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 114 | - |
| CMYK | 0 | 0.91 | 0.55 | 0 |
| HSL | 336.31º | 1% | 0.54% | - |
| HSV(B) | 336.31º | 0.91% | 1% | - |
| XYZ | 44.56 | 23.05 | 18.02 | - |
| YUV | 102.16 | 134.69 | 237.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 114 | 0 | 0.91 | 0.55 | 0 | 336.31 | 1 | 0.54 |
| Hex | FF | 16 | 72 | 0 | 5B | 37 | 0 | 150 | 64 | 36 |
| Octal | 377 | 26 | 162 | 0 | 133 | 67 | 0 | 520 | 144 | 66 |
| Binary | 11111111 | 10110 | 1110010 | 0 | 1011011 | 110111 | 0 | 101010000 | 1100100 | 110110 |
Color Harmonies of #FF1672
Complementary color
Monochromatic Colors of #FF1672
Black with #FF1672
Text Example
Text Example
White with #FF1672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1672; }
p { color: rgb(255,22,114); }
H1.HeaderClassName
{
color: #FF1672;
}
.AnyTagClassName
{
color: #FF1672;
}
</style>
background-color css
<style>
a { background-color: #FF1672; }
a { background-color: rgb(255,22,114); }
div.DivClassName
{
background-color: #FF1672;
}
.BgClassName
{
background-color: #FF1672;
}
</style>
border-color css
<style>
span { border-color: #FF1672; }
span { border-color: rgb(255,22,114); }
td.TdClassName
{
border-color: #FF1672;
}
.TagClassName
{
border-color: #FF1672;
}
</style>