Shades of Deep Pink #FD2176
Tints of Deep Pink #FD2176
RGB
CMYK
RGB Variations
Color information
#FD2176 (or 0xFD2176) is known color: Deep Pink. HEX triplet: FD, 21 and 76. RGB value is (253,33,118). Sum of RGB (Red+Green+Blue) = 253+33+118=404 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.62% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2176 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2176 is #02DE89. Grayscale: #6C6C6C. Windows color (decimal): -188042 or 7741949. OLE color: 7741949.
HSL color Cylindrical-coordinate representation of color #FD2176: hue angle of 336.82º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD2176 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 33 | 118 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.01 |
| HSL | 336.82º | 0.98% | 0.56% | - |
| HSV(B) | 336.82º | 0.87% | 0.99% | - |
| XYZ | 44.32 | 23.28 | 19.3 | - |
| YUV | 108.47 | 133.39 | 231.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 33 | 118 | 0 | 0.87 | 0.53 | 0.01 | 336.82 | 0.98 | 0.56 |
| Hex | FD | 21 | 76 | 0 | 57 | 35 | 1 | 151 | 62 | 38 |
| Octal | 375 | 41 | 166 | 0 | 127 | 65 | 1 | 521 | 142 | 70 |
| Binary | 11111101 | 100001 | 1110110 | 0 | 1010111 | 110101 | 1 | 101010001 | 1100010 | 111000 |
Color Harmonies of #FD2176
Complementary color
Monochromatic Colors of #FD2176
Black with #FD2176
Text Example
Text Example
White with #FD2176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2176; }
p { color: rgb(253,33,118); }
H1.HeaderClassName
{
color: #FD2176;
}
.AnyTagClassName
{
color: #FD2176;
}
</style>
background-color css
<style>
a { background-color: #FD2176; }
a { background-color: rgb(253,33,118); }
div.DivClassName
{
background-color: #FD2176;
}
.BgClassName
{
background-color: #FD2176;
}
</style>
border-color css
<style>
span { border-color: #FD2176; }
span { border-color: rgb(253,33,118); }
td.TdClassName
{
border-color: #FD2176;
}
.TagClassName
{
border-color: #FD2176;
}
</style>