Shades of Deep Pink #FF1D79
Tints of Deep Pink #FF1D79
RGB
CMYK
RGB Variations
Color information
#FF1D79 (or 0xFF1D79) is known color: Deep Pink. HEX triplet: FF, 1D and 79. RGB value is (255,29,121). Sum of RGB (Red+Green+Blue) = 255+29+121=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1D79 is #00E286. Grayscale: #6A6A6A. Windows color (decimal): -57991 or 7937535. OLE color: 7937535.
HSL color Cylindrical-coordinate representation of color #FF1D79: hue angle of 335.58º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1D79 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 121 | - |
| CMYK | 0 | 0.89 | 0.53 | 0 |
| HSL | 335.58º | 1% | 0.56% | - |
| HSV(B) | 335.58º | 0.89% | 1% | - |
| XYZ | 45.13 | 23.52 | 20.25 | - |
| YUV | 107.06 | 135.87 | 233.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 121 | 0 | 0.89 | 0.53 | 0 | 335.58 | 1 | 0.56 |
| Hex | FF | 1D | 79 | 0 | 59 | 35 | 0 | 150 | 64 | 38 |
| Octal | 377 | 35 | 171 | 0 | 131 | 65 | 0 | 520 | 144 | 70 |
| Binary | 11111111 | 11101 | 1111001 | 0 | 1011001 | 110101 | 0 | 101010000 | 1100100 | 111000 |
Color Harmonies of #FF1D79
Complementary color
Monochromatic Colors of #FF1D79
Black with #FF1D79
Text Example
Text Example
White with #FF1D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D79; }
p { color: rgb(255,29,121); }
H1.HeaderClassName
{
color: #FF1D79;
}
.AnyTagClassName
{
color: #FF1D79;
}
</style>
background-color css
<style>
a { background-color: #FF1D79; }
a { background-color: rgb(255,29,121); }
div.DivClassName
{
background-color: #FF1D79;
}
.BgClassName
{
background-color: #FF1D79;
}
</style>
border-color css
<style>
span { border-color: #FF1D79; }
span { border-color: rgb(255,29,121); }
td.TdClassName
{
border-color: #FF1D79;
}
.TagClassName
{
border-color: #FF1D79;
}
</style>