Shades of Deep Pink #FD0185
Tints of Deep Pink #FD0185
RGB
CMYK
RGB Variations
Color information
#FD0185 (or 0xFD0185) is known color: Deep Pink. HEX triplet: FD, 01 and 85. RGB value is (253,1,133). Sum of RGB (Red+Green+Blue) = 253+1+133=387 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.37% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0185 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0185 is #02FE7A. Grayscale: #5B5B5B. Windows color (decimal): -196219 or 8716797. OLE color: 8716797.
HSL color Cylindrical-coordinate representation of color #FD0185: hue angle of 328.57º 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 #FD0185 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 133 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.01 |
| HSL | 328.57º | 0.99% | 0.5% | - |
| HSV(B) | 328.57º | 1% | 0.99% | - |
| XYZ | 44.75 | 22.6 | 24.19 | - |
| YUV | 91.4 | 151.49 | 243.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 133 | 0 | 1.00 | 0.47 | 0.01 | 328.57 | 0.99 | 0.5 |
| Hex | FD | 1 | 85 | 0 | 64 | 2F | 1 | 149 | 63 | 32 |
| Octal | 375 | 1 | 205 | 0 | 144 | 57 | 1 | 511 | 143 | 62 |
| Binary | 11111101 | 1 | 10000101 | 0 | 1100100 | 101111 | 1 | 101001001 | 1100011 | 110010 |
Color Harmonies of #FD0185
Complementary color
Monochromatic Colors of #FD0185
Black with #FD0185
Text Example
Text Example
White with #FD0185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0185; }
p { color: rgb(253,1,133); }
H1.HeaderClassName
{
color: #FD0185;
}
.AnyTagClassName
{
color: #FD0185;
}
</style>
background-color css
<style>
a { background-color: #FD0185; }
a { background-color: rgb(253,1,133); }
div.DivClassName
{
background-color: #FD0185;
}
.BgClassName
{
background-color: #FD0185;
}
</style>
border-color css
<style>
span { border-color: #FD0185; }
span { border-color: rgb(253,1,133); }
td.TdClassName
{
border-color: #FD0185;
}
.TagClassName
{
border-color: #FD0185;
}
</style>