Shades of Deep Pink #FD0D7C
Tints of Deep Pink #FD0D7C
RGB
CMYK
RGB Variations
Color information
#FD0D7C (or 0xFD0D7C) is known color: Deep Pink. HEX triplet: FD, 0D and 7C. RGB value is (253,13,124). Sum of RGB (Red+Green+Blue) = 253+13+124=390 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.87% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0D7C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0D7C is #02F283. Grayscale: #616161. Windows color (decimal): -193156 or 8130045. OLE color: 8130045.
HSL color Cylindrical-coordinate representation of color #FD0D7C: hue angle of 332.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD0D7C is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 13 | 124 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.01 |
| HSL | 332.25º | 0.98% | 0.52% | - |
| HSV(B) | 332.25º | 0.95% | 0.99% | - |
| XYZ | 44.29 | 22.63 | 21.1 | - |
| YUV | 97.41 | 143.01 | 238.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 13 | 124 | 0 | 0.95 | 0.51 | 0.01 | 332.25 | 0.98 | 0.52 |
| Hex | FD | D | 7C | 0 | 5F | 33 | 1 | 14C | 62 | 34 |
| Octal | 375 | 15 | 174 | 0 | 137 | 63 | 1 | 514 | 142 | 64 |
| Binary | 11111101 | 1101 | 1111100 | 0 | 1011111 | 110011 | 1 | 101001100 | 1100010 | 110100 |
Color Harmonies of #FD0D7C
Complementary color
Monochromatic Colors of #FD0D7C
Black with #FD0D7C
Text Example
Text Example
White with #FD0D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0D7C; }
p { color: rgb(253,13,124); }
H1.HeaderClassName
{
color: #FD0D7C;
}
.AnyTagClassName
{
color: #FD0D7C;
}
</style>
background-color css
<style>
a { background-color: #FD0D7C; }
a { background-color: rgb(253,13,124); }
div.DivClassName
{
background-color: #FD0D7C;
}
.BgClassName
{
background-color: #FD0D7C;
}
</style>
border-color css
<style>
span { border-color: #FD0D7C; }
span { border-color: rgb(253,13,124); }
td.TdClassName
{
border-color: #FD0D7C;
}
.TagClassName
{
border-color: #FD0D7C;
}
</style>