Shades of Deep Pink #FF1D76
Tints of Deep Pink #FF1D76
RGB
CMYK
RGB Variations
Color information
#FF1D76 (or 0xFF1D76) is known color: Deep Pink. HEX triplet: FF, 1D and 76. RGB value is (255,29,118). Sum of RGB (Red+Green+Blue) = 255+29+118=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 29 (11.72% from 255 or 7.21% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1D76 is #00E289. Grayscale: #6A6A6A. Windows color (decimal): -57994 or 7740927. OLE color: 7740927.
HSL color Cylindrical-coordinate representation of color #FF1D76: hue angle of 336.37º 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 #FF1D76 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 118 | - |
| CMYK | 0 | 0.89 | 0.54 | 0 |
| HSL | 336.37º | 1% | 0.56% | - |
| HSV(B) | 336.37º | 0.89% | 1% | - |
| XYZ | 44.95 | 23.45 | 19.3 | - |
| YUV | 106.72 | 134.37 | 233.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 118 | 0 | 0.89 | 0.54 | 0 | 336.37 | 1 | 0.56 |
| Hex | FF | 1D | 76 | 0 | 59 | 36 | 0 | 150 | 64 | 38 |
| Octal | 377 | 35 | 166 | 0 | 131 | 66 | 0 | 520 | 144 | 70 |
| Binary | 11111111 | 11101 | 1110110 | 0 | 1011001 | 110110 | 0 | 101010000 | 1100100 | 111000 |
Color Harmonies of #FF1D76
Complementary color
Monochromatic Colors of #FF1D76
Black with #FF1D76
Text Example
Text Example
White with #FF1D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D76; }
p { color: rgb(255,29,118); }
H1.HeaderClassName
{
color: #FF1D76;
}
.AnyTagClassName
{
color: #FF1D76;
}
</style>
background-color css
<style>
a { background-color: #FF1D76; }
a { background-color: rgb(255,29,118); }
div.DivClassName
{
background-color: #FF1D76;
}
.BgClassName
{
background-color: #FF1D76;
}
</style>
border-color css
<style>
span { border-color: #FF1D76; }
span { border-color: rgb(255,29,118); }
td.TdClassName
{
border-color: #FF1D76;
}
.TagClassName
{
border-color: #FF1D76;
}
</style>