Shades of Deep Pink #FD1C85
Tints of Deep Pink #FD1C85
RGB
CMYK
RGB Variations
Color information
#FD1C85 (or 0xFD1C85) is known color: Deep Pink. HEX triplet: FD, 1C and 85. RGB value is (253,28,133). Sum of RGB (Red+Green+Blue) = 253+28+133=414 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.11% from 414); Green value is 28 (11.33% from 255 or 6.76% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1C85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1C85 is #02E37A. Grayscale: #6B6B6B. Windows color (decimal): -189307 or 8723709. OLE color: 8723709.
HSL color Cylindrical-coordinate representation of color #FD1C85: hue angle of 332º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1C85 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 28 | 133 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.01 |
| HSL | 332º | 0.98% | 0.55% | - |
| HSV(B) | 332º | 0.89% | 0.99% | - |
| XYZ | 45.16 | 23.41 | 24.33 | - |
| YUV | 107.25 | 142.54 | 231.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 28 | 133 | 0 | 0.89 | 0.47 | 0.01 | 332 | 0.98 | 0.55 |
| Hex | FD | 1C | 85 | 0 | 59 | 2F | 1 | 14C | 62 | 37 |
| Octal | 375 | 34 | 205 | 0 | 131 | 57 | 1 | 514 | 142 | 67 |
| Binary | 11111101 | 11100 | 10000101 | 0 | 1011001 | 101111 | 1 | 101001100 | 1100010 | 110111 |
Color Harmonies of #FD1C85
Complementary color
Monochromatic Colors of #FD1C85
Black with #FD1C85
Text Example
Text Example
White with #FD1C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1C85; }
p { color: rgb(253,28,133); }
H1.HeaderClassName
{
color: #FD1C85;
}
.AnyTagClassName
{
color: #FD1C85;
}
</style>
background-color css
<style>
a { background-color: #FD1C85; }
a { background-color: rgb(253,28,133); }
div.DivClassName
{
background-color: #FD1C85;
}
.BgClassName
{
background-color: #FD1C85;
}
</style>
border-color css
<style>
span { border-color: #FD1C85; }
span { border-color: rgb(253,28,133); }
td.TdClassName
{
border-color: #FD1C85;
}
.TagClassName
{
border-color: #FD1C85;
}
</style>