Shades of Deep Pink #FD1C73
Tints of Deep Pink #FD1C73
RGB
CMYK
RGB Variations
Color information
#FD1C73 (or 0xFD1C73) is known color: Deep Pink. HEX triplet: FD, 1C and 73. RGB value is (253,28,115). Sum of RGB (Red+Green+Blue) = 253+28+115=396 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.89% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1C73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1C73 is #02E38C. Grayscale: #696969. Windows color (decimal): -189325 or 7544061. OLE color: 7544061.
HSL color Cylindrical-coordinate representation of color #FD1C73: hue angle of 336.8º 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 #FD1C73 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 28 | 115 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.01 |
| HSL | 336.8º | 0.98% | 0.55% | - |
| HSV(B) | 336.8º | 0.89% | 0.99% | - |
| XYZ | 44.02 | 22.95 | 18.33 | - |
| YUV | 105.19 | 133.54 | 233.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 28 | 115 | 0 | 0.89 | 0.55 | 0.01 | 336.8 | 0.98 | 0.55 |
| Hex | FD | 1C | 73 | 0 | 59 | 37 | 1 | 151 | 62 | 37 |
| Octal | 375 | 34 | 163 | 0 | 131 | 67 | 1 | 521 | 142 | 67 |
| Binary | 11111101 | 11100 | 1110011 | 0 | 1011001 | 110111 | 1 | 101010001 | 1100010 | 110111 |
Color Harmonies of #FD1C73
Complementary color
Monochromatic Colors of #FD1C73
Black with #FD1C73
Text Example
Text Example
White with #FD1C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1C73; }
p { color: rgb(253,28,115); }
H1.HeaderClassName
{
color: #FD1C73;
}
.AnyTagClassName
{
color: #FD1C73;
}
</style>
background-color css
<style>
a { background-color: #FD1C73; }
a { background-color: rgb(253,28,115); }
div.DivClassName
{
background-color: #FD1C73;
}
.BgClassName
{
background-color: #FD1C73;
}
</style>
border-color css
<style>
span { border-color: #FD1C73; }
span { border-color: rgb(253,28,115); }
td.TdClassName
{
border-color: #FD1C73;
}
.TagClassName
{
border-color: #FD1C73;
}
</style>