Shades of Deep Pink #FD007E
Tints of Deep Pink #FD007E
RGB
CMYK
RGB Variations
Color information
#FD007E (or 0xFD007E) is known color: Deep Pink. HEX triplet: FD, 00 and 7E. RGB value is (253,0,126). Sum of RGB (Red+Green+Blue) = 253+0+126=379 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.75% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 253 - color contains mainly: red. Hex color #FD007E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD007E is #02FF81. Grayscale: #595959. Windows color (decimal): -196482 or 8257789. OLE color: 8257789.
HSL color Cylindrical-coordinate representation of color #FD007E: hue angle of 330.12º 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 #FD007E is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.50 | 0.01 |
| HSL | 330.12º | 1% | 0.5% | - |
| HSV(B) | 330.12º | 1% | 0.99% | - |
| XYZ | 44.27 | 22.39 | 21.73 | - |
| YUV | 90.01 | 148.32 | 244.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 126 | 0 | 1 | 0.50 | 0.01 | 330.12 | 1 | 0.5 |
| Hex | FD | 0 | 7E | 0 | 64 | 32 | 1 | 14A | 64 | 32 |
| Octal | 375 | 0 | 176 | 0 | 144 | 62 | 1 | 512 | 144 | 62 |
| Binary | 11111101 | 0 | 1111110 | 0 | 1100100 | 110010 | 1 | 101001010 | 1100100 | 110010 |
Color Harmonies of #FD007E
Complementary color
Monochromatic Colors of #FD007E
Black with #FD007E
Text Example
Text Example
White with #FD007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD007E; }
p { color: rgb(253,0,126); }
H1.HeaderClassName
{
color: #FD007E;
}
.AnyTagClassName
{
color: #FD007E;
}
</style>
background-color css
<style>
a { background-color: #FD007E; }
a { background-color: rgb(253,0,126); }
div.DivClassName
{
background-color: #FD007E;
}
.BgClassName
{
background-color: #FD007E;
}
</style>
border-color css
<style>
span { border-color: #FD007E; }
span { border-color: rgb(253,0,126); }
td.TdClassName
{
border-color: #FD007E;
}
.TagClassName
{
border-color: #FD007E;
}
</style>