Shades of Deep Pink #FD0677
Tints of Deep Pink #FD0677
RGB
CMYK
RGB Variations
Color information
#FD0677 (or 0xFD0677) is known color: Deep Pink. HEX triplet: FD, 06 and 77. RGB value is (253,6,119). Sum of RGB (Red+Green+Blue) = 253+6+119=378 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.93% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0677 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0677 is #02F988. Grayscale: #5C5C5C. Windows color (decimal): -194953 or 7800573. OLE color: 7800573.
HSL color Cylindrical-coordinate representation of color #FD0677: hue angle of 332.55º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0677 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 119 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.01 |
| HSL | 332.55º | 0.98% | 0.51% | - |
| HSV(B) | 332.55º | 0.98% | 0.99% | - |
| XYZ | 43.9 | 22.34 | 19.45 | - |
| YUV | 92.74 | 142.83 | 242.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 119 | 0 | 0.98 | 0.53 | 0.01 | 332.55 | 0.98 | 0.51 |
| Hex | FD | 6 | 77 | 0 | 62 | 35 | 1 | 14D | 62 | 33 |
| Octal | 375 | 6 | 167 | 0 | 142 | 65 | 1 | 515 | 142 | 63 |
| Binary | 11111101 | 110 | 1110111 | 0 | 1100010 | 110101 | 1 | 101001101 | 1100010 | 110011 |
Color Harmonies of #FD0677
Complementary color
Monochromatic Colors of #FD0677
Black with #FD0677
Text Example
Text Example
White with #FD0677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0677; }
p { color: rgb(253,6,119); }
H1.HeaderClassName
{
color: #FD0677;
}
.AnyTagClassName
{
color: #FD0677;
}
</style>
background-color css
<style>
a { background-color: #FD0677; }
a { background-color: rgb(253,6,119); }
div.DivClassName
{
background-color: #FD0677;
}
.BgClassName
{
background-color: #FD0677;
}
</style>
border-color css
<style>
span { border-color: #FD0677; }
span { border-color: rgb(253,6,119); }
td.TdClassName
{
border-color: #FD0677;
}
.TagClassName
{
border-color: #FD0677;
}
</style>