Shades of Deep Pink #FD207C
Tints of Deep Pink #FD207C
RGB
CMYK
RGB Variations
Color information
#FD207C (or 0xFD207C) is known color: Deep Pink. HEX triplet: FD, 20 and 7C. RGB value is (253,32,124). Sum of RGB (Red+Green+Blue) = 253+32+124=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD207C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD207C is #02DF83. Grayscale: #6C6C6C. Windows color (decimal): -188292 or 8134909. OLE color: 8134909.
HSL color Cylindrical-coordinate representation of color #FD207C: hue angle of 335.02º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD207C is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 32 | 124 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.01 |
| HSL | 335.02º | 0.98% | 0.56% | - |
| HSV(B) | 335.02º | 0.87% | 0.99% | - |
| XYZ | 44.66 | 23.37 | 21.23 | - |
| YUV | 108.57 | 136.72 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 32 | 124 | 0 | 0.87 | 0.51 | 0.01 | 335.02 | 0.98 | 0.56 |
| Hex | FD | 20 | 7C | 0 | 57 | 33 | 1 | 14F | 62 | 38 |
| Octal | 375 | 40 | 174 | 0 | 127 | 63 | 1 | 517 | 142 | 70 |
| Binary | 11111101 | 100000 | 1111100 | 0 | 1010111 | 110011 | 1 | 101001111 | 1100010 | 111000 |
Color Harmonies of #FD207C
Complementary color
Monochromatic Colors of #FD207C
Black with #FD207C
Text Example
Text Example
White with #FD207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD207C; }
p { color: rgb(253,32,124); }
H1.HeaderClassName
{
color: #FD207C;
}
.AnyTagClassName
{
color: #FD207C;
}
</style>
background-color css
<style>
a { background-color: #FD207C; }
a { background-color: rgb(253,32,124); }
div.DivClassName
{
background-color: #FD207C;
}
.BgClassName
{
background-color: #FD207C;
}
</style>
border-color css
<style>
span { border-color: #FD207C; }
span { border-color: rgb(253,32,124); }
td.TdClassName
{
border-color: #FD207C;
}
.TagClassName
{
border-color: #FD207C;
}
</style>