Shades of Deep Pink #FD0177
Tints of Deep Pink #FD0177
RGB
CMYK
RGB Variations
Color information
#FD0177 (or 0xFD0177) is known color: Deep Pink. HEX triplet: FD, 01 and 77. RGB value is (253,1,119). Sum of RGB (Red+Green+Blue) = 253+1+119=373 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.83% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0177 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0177 is #02FE88. Grayscale: #595959. Windows color (decimal): -196233 or 7799293. OLE color: 7799293.
HSL color Cylindrical-coordinate representation of color #FD0177: hue angle of 331.9º 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 #FD0177 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 119 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.01 |
| HSL | 331.9º | 0.99% | 0.5% | - |
| HSV(B) | 331.9º | 1% | 0.99% | - |
| XYZ | 43.85 | 22.24 | 19.43 | - |
| YUV | 89.8 | 144.49 | 244.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 119 | 0 | 1.00 | 0.53 | 0.01 | 331.9 | 0.99 | 0.5 |
| Hex | FD | 1 | 77 | 0 | 64 | 35 | 1 | 14C | 63 | 32 |
| Octal | 375 | 1 | 167 | 0 | 144 | 65 | 1 | 514 | 143 | 62 |
| Binary | 11111101 | 1 | 1110111 | 0 | 1100100 | 110101 | 1 | 101001100 | 1100011 | 110010 |
Color Harmonies of #FD0177
Complementary color
Monochromatic Colors of #FD0177
Black with #FD0177
Text Example
Text Example
White with #FD0177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0177; }
p { color: rgb(253,1,119); }
H1.HeaderClassName
{
color: #FD0177;
}
.AnyTagClassName
{
color: #FD0177;
}
</style>
background-color css
<style>
a { background-color: #FD0177; }
a { background-color: rgb(253,1,119); }
div.DivClassName
{
background-color: #FD0177;
}
.BgClassName
{
background-color: #FD0177;
}
</style>
border-color css
<style>
span { border-color: #FD0177; }
span { border-color: rgb(253,1,119); }
td.TdClassName
{
border-color: #FD0177;
}
.TagClassName
{
border-color: #FD0177;
}
</style>