Shades of Deep Pink #FD007B
Tints of Deep Pink #FD007B
RGB
CMYK
RGB Variations
Color information
#FD007B (or 0xFD007B) is known color: Deep Pink. HEX triplet: FD, 00 and 7B. RGB value is (253,0,123). Sum of RGB (Red+Green+Blue) = 253+0+123=376 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.29% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 253 - color contains mainly: red. Hex color #FD007B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD007B is #02FF84. Grayscale: #595959. Windows color (decimal): -196485 or 8061181. OLE color: 8061181.
HSL color Cylindrical-coordinate representation of color #FD007B: hue angle of 330.83º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD007B is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.51 | 0.01 |
| HSL | 330.83º | 1% | 0.5% | - |
| HSV(B) | 330.83º | 1% | 0.99% | - |
| XYZ | 44.08 | 22.31 | 20.72 | - |
| YUV | 89.67 | 146.82 | 244.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 123 | 0 | 1 | 0.51 | 0.01 | 330.83 | 1 | 0.5 |
| Hex | FD | 0 | 7B | 0 | 64 | 33 | 1 | 14B | 64 | 32 |
| Octal | 375 | 0 | 173 | 0 | 144 | 63 | 1 | 513 | 144 | 62 |
| Binary | 11111101 | 0 | 1111011 | 0 | 1100100 | 110011 | 1 | 101001011 | 1100100 | 110010 |
Color Harmonies of #FD007B
Complementary color
Monochromatic Colors of #FD007B
Black with #FD007B
Text Example
Text Example
White with #FD007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD007B; }
p { color: rgb(253,0,123); }
H1.HeaderClassName
{
color: #FD007B;
}
.AnyTagClassName
{
color: #FD007B;
}
</style>
background-color css
<style>
a { background-color: #FD007B; }
a { background-color: rgb(253,0,123); }
div.DivClassName
{
background-color: #FD007B;
}
.BgClassName
{
background-color: #FD007B;
}
</style>
border-color css
<style>
span { border-color: #FD007B; }
span { border-color: rgb(253,0,123); }
td.TdClassName
{
border-color: #FD007B;
}
.TagClassName
{
border-color: #FD007B;
}
</style>