Shades of Deep Pink #FD0176
Tints of Deep Pink #FD0176
RGB
CMYK
RGB Variations
Color information
#FD0176 (or 0xFD0176) is known color: Deep Pink. HEX triplet: FD, 01 and 76. RGB value is (253,1,118). Sum of RGB (Red+Green+Blue) = 253+1+118=372 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.01% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0176 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0176 is #02FE89. Grayscale: #595959. Windows color (decimal): -196234 or 7733757. OLE color: 7733757.
HSL color Cylindrical-coordinate representation of color #FD0176: hue angle of 332.14º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD0176 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 118 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.01 |
| HSL | 332.14º | 0.99% | 0.5% | - |
| HSV(B) | 332.14º | 1% | 0.99% | - |
| XYZ | 43.79 | 22.21 | 19.12 | - |
| YUV | 89.69 | 143.99 | 244.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 118 | 0 | 1.00 | 0.53 | 0.01 | 332.14 | 0.99 | 0.5 |
| Hex | FD | 1 | 76 | 0 | 64 | 35 | 1 | 14C | 63 | 32 |
| Octal | 375 | 1 | 166 | 0 | 144 | 65 | 1 | 514 | 143 | 62 |
| Binary | 11111101 | 1 | 1110110 | 0 | 1100100 | 110101 | 1 | 101001100 | 1100011 | 110010 |
Color Harmonies of #FD0176
Complementary color
Monochromatic Colors of #FD0176
Black with #FD0176
Text Example
Text Example
White with #FD0176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0176; }
p { color: rgb(253,1,118); }
H1.HeaderClassName
{
color: #FD0176;
}
.AnyTagClassName
{
color: #FD0176;
}
</style>
background-color css
<style>
a { background-color: #FD0176; }
a { background-color: rgb(253,1,118); }
div.DivClassName
{
background-color: #FD0176;
}
.BgClassName
{
background-color: #FD0176;
}
</style>
border-color css
<style>
span { border-color: #FD0176; }
span { border-color: rgb(253,1,118); }
td.TdClassName
{
border-color: #FD0176;
}
.TagClassName
{
border-color: #FD0176;
}
</style>