Shades of Deep Pink #FF078D
Tints of Deep Pink #FF078D
RGB
CMYK
RGB Variations
Color information
#FF078D (or 0xFF078D) is known color: Deep Pink. HEX triplet: FF, 07 and 8D. RGB value is (255,7,141). Sum of RGB (Red+Green+Blue) = 255+7+141=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 7 (3.12% from 255 or 1.74% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF078D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF078D is #00F872. Grayscale: #606060. Windows color (decimal): -63603 or 9242623. OLE color: 9242623.
HSL color Cylindrical-coordinate representation of color #FF078D: hue angle of 327.58º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF078D is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 141 | - |
| CMYK | 0 | 0.97 | 0.45 | 0 |
| HSL | 327.58º | 1% | 0.51% | - |
| HSV(B) | 327.58º | 0.97% | 1% | - |
| XYZ | 46.12 | 23.34 | 27.27 | - |
| YUV | 96.43 | 153.16 | 241.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 141 | 0 | 0.97 | 0.45 | 0 | 327.58 | 1 | 0.51 |
| Hex | FF | 7 | 8D | 0 | 61 | 2D | 0 | 148 | 64 | 33 |
| Octal | 377 | 7 | 215 | 0 | 141 | 55 | 0 | 510 | 144 | 63 |
| Binary | 11111111 | 111 | 10001101 | 0 | 1100001 | 101101 | 0 | 101001000 | 1100100 | 110011 |
Color Harmonies of #FF078D
Complementary color
Monochromatic Colors of #FF078D
Black with #FF078D
Text Example
Text Example
White with #FF078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF078D; }
p { color: rgb(255,7,141); }
H1.HeaderClassName
{
color: #FF078D;
}
.AnyTagClassName
{
color: #FF078D;
}
</style>
background-color css
<style>
a { background-color: #FF078D; }
a { background-color: rgb(255,7,141); }
div.DivClassName
{
background-color: #FF078D;
}
.BgClassName
{
background-color: #FF078D;
}
</style>
border-color css
<style>
span { border-color: #FF078D; }
span { border-color: rgb(255,7,141); }
td.TdClassName
{
border-color: #FF078D;
}
.TagClassName
{
border-color: #FF078D;
}
</style>