Shades of Deep Pink #FD0377
Tints of Deep Pink #FD0377
RGB
CMYK
RGB Variations
Color information
#FD0377 (or 0xFD0377) is known color: Deep Pink. HEX triplet: FD, 03 and 77. RGB value is (253,3,119). Sum of RGB (Red+Green+Blue) = 253+3+119=375 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.47% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0377 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0377 is #02FC88. Grayscale: #5A5A5A. Windows color (decimal): -195721 or 7799805. OLE color: 7799805.
HSL color Cylindrical-coordinate representation of color #FD0377: hue angle of 332.16º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD0377 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 119 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.01 |
| HSL | 332.16º | 0.98% | 0.5% | - |
| HSV(B) | 332.16º | 0.99% | 0.99% | - |
| XYZ | 43.87 | 22.28 | 19.44 | - |
| YUV | 90.97 | 143.83 | 243.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 119 | 0 | 0.99 | 0.53 | 0.01 | 332.16 | 0.98 | 0.5 |
| Hex | FD | 3 | 77 | 0 | 63 | 35 | 1 | 14C | 62 | 32 |
| Octal | 375 | 3 | 167 | 0 | 143 | 65 | 1 | 514 | 142 | 62 |
| Binary | 11111101 | 11 | 1110111 | 0 | 1100011 | 110101 | 1 | 101001100 | 1100010 | 110010 |
Color Harmonies of #FD0377
Complementary color
Monochromatic Colors of #FD0377
Black with #FD0377
Text Example
Text Example
White with #FD0377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0377; }
p { color: rgb(253,3,119); }
H1.HeaderClassName
{
color: #FD0377;
}
.AnyTagClassName
{
color: #FD0377;
}
</style>
background-color css
<style>
a { background-color: #FD0377; }
a { background-color: rgb(253,3,119); }
div.DivClassName
{
background-color: #FD0377;
}
.BgClassName
{
background-color: #FD0377;
}
</style>
border-color css
<style>
span { border-color: #FD0377; }
span { border-color: rgb(253,3,119); }
td.TdClassName
{
border-color: #FD0377;
}
.TagClassName
{
border-color: #FD0377;
}
</style>