Shades of Deep Pink #FD1685
Tints of Deep Pink #FD1685
RGB
CMYK
RGB Variations
Color information
#FD1685 (or 0xFD1685) is known color: Deep Pink. HEX triplet: FD, 16 and 85. RGB value is (253,22,133). Sum of RGB (Red+Green+Blue) = 253+22+133=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 22 (8.98% from 255 or 5.39% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1685 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1685 is #02E97A. Grayscale: #676767. Windows color (decimal): -190843 or 8722173. OLE color: 8722173.
HSL color Cylindrical-coordinate representation of color #FD1685: hue angle of 331.17º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD1685 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 22 | 133 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.01 |
| HSL | 331.17º | 0.98% | 0.54% | - |
| HSV(B) | 331.17º | 0.91% | 0.99% | - |
| XYZ | 45.03 | 23.15 | 24.29 | - |
| YUV | 103.72 | 144.53 | 234.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 22 | 133 | 0 | 0.91 | 0.47 | 0.01 | 331.17 | 0.98 | 0.54 |
| Hex | FD | 16 | 85 | 0 | 5B | 2F | 1 | 14B | 62 | 36 |
| Octal | 375 | 26 | 205 | 0 | 133 | 57 | 1 | 513 | 142 | 66 |
| Binary | 11111101 | 10110 | 10000101 | 0 | 1011011 | 101111 | 1 | 101001011 | 1100010 | 110110 |
Color Harmonies of #FD1685
Complementary color
Monochromatic Colors of #FD1685
Black with #FD1685
Text Example
Text Example
White with #FD1685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1685; }
p { color: rgb(253,22,133); }
H1.HeaderClassName
{
color: #FD1685;
}
.AnyTagClassName
{
color: #FD1685;
}
</style>
background-color css
<style>
a { background-color: #FD1685; }
a { background-color: rgb(253,22,133); }
div.DivClassName
{
background-color: #FD1685;
}
.BgClassName
{
background-color: #FD1685;
}
</style>
border-color css
<style>
span { border-color: #FD1685; }
span { border-color: rgb(253,22,133); }
td.TdClassName
{
border-color: #FD1685;
}
.TagClassName
{
border-color: #FD1685;
}
</style>