Shades of Deep Pink #FF1476
Tints of Deep Pink #FF1476
RGB
CMYK
RGB Variations
Color information
#FF1476 (or 0xFF1476) is known color: Deep Pink. HEX triplet: FF, 14 and 76. RGB value is (255,20,118). Sum of RGB (Red+Green+Blue) = 255+20+118=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1476 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1476 is #00EB89. Grayscale: #656565. Windows color (decimal): -60298 or 7738623. OLE color: 7738623.
HSL color Cylindrical-coordinate representation of color #FF1476: hue angle of 334.98º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1476 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 118 | - |
| CMYK | 0 | 0.92 | 0.54 | 0 |
| HSL | 334.98º | 1% | 0.54% | - |
| HSV(B) | 334.98º | 0.92% | 1% | - |
| XYZ | 44.76 | 23.07 | 19.23 | - |
| YUV | 101.44 | 137.36 | 237.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 118 | 0 | 0.92 | 0.54 | 0 | 334.98 | 1 | 0.54 |
| Hex | FF | 14 | 76 | 0 | 5C | 36 | 0 | 14F | 64 | 36 |
| Octal | 377 | 24 | 166 | 0 | 134 | 66 | 0 | 517 | 144 | 66 |
| Binary | 11111111 | 10100 | 1110110 | 0 | 1011100 | 110110 | 0 | 101001111 | 1100100 | 110110 |
Color Harmonies of #FF1476
Complementary color
Monochromatic Colors of #FF1476
Black with #FF1476
Text Example
Text Example
White with #FF1476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1476; }
p { color: rgb(255,20,118); }
H1.HeaderClassName
{
color: #FF1476;
}
.AnyTagClassName
{
color: #FF1476;
}
</style>
background-color css
<style>
a { background-color: #FF1476; }
a { background-color: rgb(255,20,118); }
div.DivClassName
{
background-color: #FF1476;
}
.BgClassName
{
background-color: #FF1476;
}
</style>
border-color css
<style>
span { border-color: #FF1476; }
span { border-color: rgb(255,20,118); }
td.TdClassName
{
border-color: #FF1476;
}
.TagClassName
{
border-color: #FF1476;
}
</style>