Shades of Deep Pink #FD078F
Tints of Deep Pink #FD078F
RGB
CMYK
RGB Variations
Color information
#FD078F (or 0xFD078F) is known color: Deep Pink. HEX triplet: FD, 07 and 8F. RGB value is (253,7,143). Sum of RGB (Red+Green+Blue) = 253+7+143=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 7 (3.12% from 255 or 1.74% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD078F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD078F is #02F870. Grayscale: #5F5F5F. Windows color (decimal): -194673 or 9373693. OLE color: 9373693.
HSL color Cylindrical-coordinate representation of color #FD078F: hue angle of 326.83º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD078F is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 7 | 143 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.01 |
| HSL | 326.83º | 0.98% | 0.51% | - |
| HSV(B) | 326.83º | 0.97% | 0.99% | - |
| XYZ | 45.54 | 23.02 | 28.03 | - |
| YUV | 96.06 | 154.5 | 239.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 7 | 143 | 0 | 0.97 | 0.43 | 0.01 | 326.83 | 0.98 | 0.51 |
| Hex | FD | 7 | 8F | 0 | 61 | 2B | 1 | 147 | 62 | 33 |
| Octal | 375 | 7 | 217 | 0 | 141 | 53 | 1 | 507 | 142 | 63 |
| Binary | 11111101 | 111 | 10001111 | 0 | 1100001 | 101011 | 1 | 101000111 | 1100010 | 110011 |
Color Harmonies of #FD078F
Complementary color
Monochromatic Colors of #FD078F
Black with #FD078F
Text Example
Text Example
White with #FD078F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD078F; }
p { color: rgb(253,7,143); }
H1.HeaderClassName
{
color: #FD078F;
}
.AnyTagClassName
{
color: #FD078F;
}
</style>
background-color css
<style>
a { background-color: #FD078F; }
a { background-color: rgb(253,7,143); }
div.DivClassName
{
background-color: #FD078F;
}
.BgClassName
{
background-color: #FD078F;
}
</style>
border-color css
<style>
span { border-color: #FD078F; }
span { border-color: rgb(253,7,143); }
td.TdClassName
{
border-color: #FD078F;
}
.TagClassName
{
border-color: #FD078F;
}
</style>