Shades of Deep Pink #FD1C7A
Tints of Deep Pink #FD1C7A
RGB
CMYK
RGB Variations
Color information
#FD1C7A (or 0xFD1C7A) is known color: Deep Pink. HEX triplet: FD, 1C and 7A. RGB value is (253,28,122). Sum of RGB (Red+Green+Blue) = 253+28+122=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1C7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1C7A is #02E385. Grayscale: #696969. Windows color (decimal): -189318 or 8002813. OLE color: 8002813.
HSL color Cylindrical-coordinate representation of color #FD1C7A: hue angle of 334.93º 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 #FD1C7A is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 28 | 122 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.01 |
| HSL | 334.93º | 0.98% | 0.55% | - |
| HSV(B) | 334.93º | 0.89% | 0.99% | - |
| XYZ | 44.44 | 23.12 | 20.53 | - |
| YUV | 105.99 | 137.04 | 232.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 28 | 122 | 0 | 0.89 | 0.52 | 0.01 | 334.93 | 0.98 | 0.55 |
| Hex | FD | 1C | 7A | 0 | 59 | 34 | 1 | 14F | 62 | 37 |
| Octal | 375 | 34 | 172 | 0 | 131 | 64 | 1 | 517 | 142 | 67 |
| Binary | 11111101 | 11100 | 1111010 | 0 | 1011001 | 110100 | 1 | 101001111 | 1100010 | 110111 |
Color Harmonies of #FD1C7A
Complementary color
Monochromatic Colors of #FD1C7A
Black with #FD1C7A
Text Example
Text Example
White with #FD1C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1C7A; }
p { color: rgb(253,28,122); }
H1.HeaderClassName
{
color: #FD1C7A;
}
.AnyTagClassName
{
color: #FD1C7A;
}
</style>
background-color css
<style>
a { background-color: #FD1C7A; }
a { background-color: rgb(253,28,122); }
div.DivClassName
{
background-color: #FD1C7A;
}
.BgClassName
{
background-color: #FD1C7A;
}
</style>
border-color css
<style>
span { border-color: #FD1C7A; }
span { border-color: rgb(253,28,122); }
td.TdClassName
{
border-color: #FD1C7A;
}
.TagClassName
{
border-color: #FD1C7A;
}
</style>