Shades of Deep Pink #FE0778
Tints of Deep Pink #FE0778
RGB
CMYK
RGB Variations
Color information
#FE0778 (or 0xFE0778) is known color: Deep Pink. HEX triplet: FE, 07 and 78. RGB value is (254,7,120). Sum of RGB (Red+Green+Blue) = 254+7+120=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 7 (3.12% from 255 or 1.84% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0778 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0778 is #01F887. Grayscale: #5D5D5D. Windows color (decimal): -129160 or 7866366. OLE color: 7866366.
HSL color Cylindrical-coordinate representation of color #FE0778: hue angle of 332.55º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE0778 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 120 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.00 |
| HSL | 332.55º | 0.99% | 0.51% | - |
| HSV(B) | 332.55º | 0.97% | 1% | - |
| XYZ | 44.34 | 22.58 | 19.79 | - |
| YUV | 93.74 | 142.83 | 242.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 120 | 0 | 0.97 | 0.53 | 0.00 | 332.55 | 0.99 | 0.51 |
| Hex | FE | 7 | 78 | 0 | 61 | 35 | 0 | 14D | 63 | 33 |
| Octal | 376 | 7 | 170 | 0 | 141 | 65 | 0 | 515 | 143 | 63 |
| Binary | 11111110 | 111 | 1111000 | 0 | 1100001 | 110101 | 0 | 101001101 | 1100011 | 110011 |
Color Harmonies of #FE0778
Complementary color
Monochromatic Colors of #FE0778
Black with #FE0778
Text Example
Text Example
White with #FE0778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0778; }
p { color: rgb(254,7,120); }
H1.HeaderClassName
{
color: #FE0778;
}
.AnyTagClassName
{
color: #FE0778;
}
</style>
background-color css
<style>
a { background-color: #FE0778; }
a { background-color: rgb(254,7,120); }
div.DivClassName
{
background-color: #FE0778;
}
.BgClassName
{
background-color: #FE0778;
}
</style>
border-color css
<style>
span { border-color: #FE0778; }
span { border-color: rgb(254,7,120); }
td.TdClassName
{
border-color: #FE0778;
}
.TagClassName
{
border-color: #FE0778;
}
</style>