Shades of Deep Pink #FD0186
Tints of Deep Pink #FD0186
RGB
CMYK
RGB Variations
Color information
#FD0186 (or 0xFD0186) is known color: Deep Pink. HEX triplet: FD, 01 and 86. RGB value is (253,1,134). Sum of RGB (Red+Green+Blue) = 253+1+134=388 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.21% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0186 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0186 is #02FE79. Grayscale: #5B5B5B. Windows color (decimal): -196218 or 8782333. OLE color: 8782333.
HSL color Cylindrical-coordinate representation of color #FD0186: hue angle of 328.33º 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 #FD0186 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 134 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.01 |
| HSL | 328.33º | 0.99% | 0.5% | - |
| HSV(B) | 328.33º | 1% | 0.99% | - |
| XYZ | 44.82 | 22.63 | 24.56 | - |
| YUV | 91.51 | 151.99 | 243.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 134 | 0 | 1.00 | 0.47 | 0.01 | 328.33 | 0.99 | 0.5 |
| Hex | FD | 1 | 86 | 0 | 64 | 2F | 1 | 148 | 63 | 32 |
| Octal | 375 | 1 | 206 | 0 | 144 | 57 | 1 | 510 | 143 | 62 |
| Binary | 11111101 | 1 | 10000110 | 0 | 1100100 | 101111 | 1 | 101001000 | 1100011 | 110010 |
Color Harmonies of #FD0186
Complementary color
Monochromatic Colors of #FD0186
Black with #FD0186
Text Example
Text Example
White with #FD0186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0186; }
p { color: rgb(253,1,134); }
H1.HeaderClassName
{
color: #FD0186;
}
.AnyTagClassName
{
color: #FD0186;
}
</style>
background-color css
<style>
a { background-color: #FD0186; }
a { background-color: rgb(253,1,134); }
div.DivClassName
{
background-color: #FD0186;
}
.BgClassName
{
background-color: #FD0186;
}
</style>
border-color css
<style>
span { border-color: #FD0186; }
span { border-color: rgb(253,1,134); }
td.TdClassName
{
border-color: #FD0186;
}
.TagClassName
{
border-color: #FD0186;
}
</style>