Shades of Deep Pink #FF0778
Tints of Deep Pink #FF0778
RGB
CMYK
RGB Variations
Color information
#FF0778 (or 0xFF0778) is known color: Deep Pink. HEX triplet: FF, 07 and 78. RGB value is (255,7,120). Sum of RGB (Red+Green+Blue) = 255+7+120=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0778 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0778 is #00F887. Grayscale: #5D5D5D. Windows color (decimal): -63624 or 7866367. OLE color: 7866367.
HSL color Cylindrical-coordinate representation of color #FF0778: hue angle of 332.66º 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 #FF0778 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 120 | - |
| CMYK | 0 | 0.97 | 0.53 | 0 |
| HSL | 332.66º | 1% | 0.51% | - |
| HSV(B) | 332.66º | 0.97% | 1% | - |
| XYZ | 44.71 | 22.77 | 19.81 | - |
| YUV | 94.03 | 142.66 | 242.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 120 | 0 | 0.97 | 0.53 | 0 | 332.66 | 1 | 0.51 |
| Hex | FF | 7 | 78 | 0 | 61 | 35 | 0 | 14D | 64 | 33 |
| Octal | 377 | 7 | 170 | 0 | 141 | 65 | 0 | 515 | 144 | 63 |
| Binary | 11111111 | 111 | 1111000 | 0 | 1100001 | 110101 | 0 | 101001101 | 1100100 | 110011 |
Color Harmonies of #FF0778
Complementary color
Monochromatic Colors of #FF0778
Black with #FF0778
Text Example
Text Example
White with #FF0778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0778; }
p { color: rgb(255,7,120); }
H1.HeaderClassName
{
color: #FF0778;
}
.AnyTagClassName
{
color: #FF0778;
}
</style>
background-color css
<style>
a { background-color: #FF0778; }
a { background-color: rgb(255,7,120); }
div.DivClassName
{
background-color: #FF0778;
}
.BgClassName
{
background-color: #FF0778;
}
</style>
border-color css
<style>
span { border-color: #FF0778; }
span { border-color: rgb(255,7,120); }
td.TdClassName
{
border-color: #FF0778;
}
.TagClassName
{
border-color: #FF0778;
}
</style>