Shades of Deep Pink #FF1072
Tints of Deep Pink #FF1072
RGB
CMYK
RGB Variations
Color information
#FF1072 (or 0xFF1072) is known color: Deep Pink. HEX triplet: FF, 10 and 72. RGB value is (255,16,114). Sum of RGB (Red+Green+Blue) = 255+16+114=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1072 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1072 is #00EF8D. Grayscale: #626262. Windows color (decimal): -61326 or 7475455. OLE color: 7475455.
HSL color Cylindrical-coordinate representation of color #FF1072: hue angle of 335.4º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF1072 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 114 | - |
| CMYK | 0 | 0.94 | 0.55 | 0 |
| HSL | 335.4º | 1% | 0.53% | - |
| HSV(B) | 335.4º | 0.94% | 1% | - |
| XYZ | 44.46 | 22.85 | 17.99 | - |
| YUV | 98.63 | 136.68 | 239.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 114 | 0 | 0.94 | 0.55 | 0 | 335.4 | 1 | 0.53 |
| Hex | FF | 10 | 72 | 0 | 5E | 37 | 0 | 14F | 64 | 35 |
| Octal | 377 | 20 | 162 | 0 | 136 | 67 | 0 | 517 | 144 | 65 |
| Binary | 11111111 | 10000 | 1110010 | 0 | 1011110 | 110111 | 0 | 101001111 | 1100100 | 110101 |
Color Harmonies of #FF1072
Complementary color
Monochromatic Colors of #FF1072
Black with #FF1072
Text Example
Text Example
White with #FF1072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1072; }
p { color: rgb(255,16,114); }
H1.HeaderClassName
{
color: #FF1072;
}
.AnyTagClassName
{
color: #FF1072;
}
</style>
background-color css
<style>
a { background-color: #FF1072; }
a { background-color: rgb(255,16,114); }
div.DivClassName
{
background-color: #FF1072;
}
.BgClassName
{
background-color: #FF1072;
}
</style>
border-color css
<style>
span { border-color: #FF1072; }
span { border-color: rgb(255,16,114); }
td.TdClassName
{
border-color: #FF1072;
}
.TagClassName
{
border-color: #FF1072;
}
</style>