Shades of Deep Pink #FD0686
Tints of Deep Pink #FD0686
RGB
CMYK
RGB Variations
Color information
#FD0686 (or 0xFD0686) is known color: Deep Pink. HEX triplet: FD, 06 and 86. RGB value is (253,6,134). Sum of RGB (Red+Green+Blue) = 253+6+134=393 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.38% from 393); Green value is 6 (2.73% from 255 or 1.53% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0686 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0686 is #02F979. Grayscale: #5E5E5E. Windows color (decimal): -194938 or 8783613. OLE color: 8783613.
HSL color Cylindrical-coordinate representation of color #FD0686: hue angle of 328.91º 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 #FD0686 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 134 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.01 |
| HSL | 328.91º | 0.98% | 0.51% | - |
| HSV(B) | 328.91º | 0.98% | 0.99% | - |
| XYZ | 44.88 | 22.73 | 24.58 | - |
| YUV | 94.45 | 150.33 | 241.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 134 | 0 | 0.98 | 0.47 | 0.01 | 328.91 | 0.98 | 0.51 |
| Hex | FD | 6 | 86 | 0 | 62 | 2F | 1 | 149 | 62 | 33 |
| Octal | 375 | 6 | 206 | 0 | 142 | 57 | 1 | 511 | 142 | 63 |
| Binary | 11111101 | 110 | 10000110 | 0 | 1100010 | 101111 | 1 | 101001001 | 1100010 | 110011 |
Color Harmonies of #FD0686
Complementary color
Monochromatic Colors of #FD0686
Black with #FD0686
Text Example
Text Example
White with #FD0686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0686; }
p { color: rgb(253,6,134); }
H1.HeaderClassName
{
color: #FD0686;
}
.AnyTagClassName
{
color: #FD0686;
}
</style>
background-color css
<style>
a { background-color: #FD0686; }
a { background-color: rgb(253,6,134); }
div.DivClassName
{
background-color: #FD0686;
}
.BgClassName
{
background-color: #FD0686;
}
</style>
border-color css
<style>
span { border-color: #FD0686; }
span { border-color: rgb(253,6,134); }
td.TdClassName
{
border-color: #FD0686;
}
.TagClassName
{
border-color: #FD0686;
}
</style>