Shades of Deep Pink #FF078C
Tints of Deep Pink #FF078C
RGB
CMYK
RGB Variations
Color information
#FF078C (or 0xFF078C) is known color: Deep Pink. HEX triplet: FF, 07 and 8C. RGB value is (255,7,140). Sum of RGB (Red+Green+Blue) = 255+7+140=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 7 (3.12% from 255 or 1.74% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF078C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF078C is #00F873. Grayscale: #606060. Windows color (decimal): -63604 or 9177087. OLE color: 9177087.
HSL color Cylindrical-coordinate representation of color #FF078C: hue angle of 327.82º 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 #FF078C is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 140 | - |
| CMYK | 0 | 0.97 | 0.45 | 0 |
| HSL | 327.82º | 1% | 0.51% | - |
| HSV(B) | 327.82º | 0.97% | 1% | - |
| XYZ | 46.05 | 23.31 | 26.88 | - |
| YUV | 96.31 | 152.66 | 241.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 140 | 0 | 0.97 | 0.45 | 0 | 327.82 | 1 | 0.51 |
| Hex | FF | 7 | 8C | 0 | 61 | 2D | 0 | 148 | 64 | 33 |
| Octal | 377 | 7 | 214 | 0 | 141 | 55 | 0 | 510 | 144 | 63 |
| Binary | 11111111 | 111 | 10001100 | 0 | 1100001 | 101101 | 0 | 101001000 | 1100100 | 110011 |
Color Harmonies of #FF078C
Complementary color
Monochromatic Colors of #FF078C
Black with #FF078C
Text Example
Text Example
White with #FF078C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF078C; }
p { color: rgb(255,7,140); }
H1.HeaderClassName
{
color: #FF078C;
}
.AnyTagClassName
{
color: #FF078C;
}
</style>
background-color css
<style>
a { background-color: #FF078C; }
a { background-color: rgb(255,7,140); }
div.DivClassName
{
background-color: #FF078C;
}
.BgClassName
{
background-color: #FF078C;
}
</style>
border-color css
<style>
span { border-color: #FF078C; }
span { border-color: rgb(255,7,140); }
td.TdClassName
{
border-color: #FF078C;
}
.TagClassName
{
border-color: #FF078C;
}
</style>