Shades of Deep Pink #FE0078
Tints of Deep Pink #FE0078
RGB
CMYK
RGB Variations
Color information
#FE0078 (or 0xFE0078) is known color: Deep Pink. HEX triplet: FE, 00 and 78. RGB value is (254,0,120). Sum of RGB (Red+Green+Blue) = 254+0+120=374 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.91% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0078 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0078 is #01FF87. Grayscale: #595959. Windows color (decimal): -130952 or 7864574. OLE color: 7864574.
HSL color Cylindrical-coordinate representation of color #FE0078: hue angle of 331.65º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0078 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.53 | 0.00 |
| HSL | 331.65º | 1% | 0.5% | - |
| HSV(B) | 331.65º | 1% | 1% | - |
| XYZ | 44.26 | 22.43 | 19.77 | - |
| YUV | 89.63 | 145.15 | 245.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 120 | 0 | 1 | 0.53 | 0.00 | 331.65 | 1 | 0.5 |
| Hex | FE | 0 | 78 | 0 | 64 | 35 | 0 | 14C | 64 | 32 |
| Octal | 376 | 0 | 170 | 0 | 144 | 65 | 0 | 514 | 144 | 62 |
| Binary | 11111110 | 0 | 1111000 | 0 | 1100100 | 110101 | 0 | 101001100 | 1100100 | 110010 |
Color Harmonies of #FE0078
Complementary color
Monochromatic Colors of #FE0078
Black with #FE0078
Text Example
Text Example
White with #FE0078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0078; }
p { color: rgb(254,0,120); }
H1.HeaderClassName
{
color: #FE0078;
}
.AnyTagClassName
{
color: #FE0078;
}
</style>
background-color css
<style>
a { background-color: #FE0078; }
a { background-color: rgb(254,0,120); }
div.DivClassName
{
background-color: #FE0078;
}
.BgClassName
{
background-color: #FE0078;
}
</style>
border-color css
<style>
span { border-color: #FE0078; }
span { border-color: rgb(254,0,120); }
td.TdClassName
{
border-color: #FE0078;
}
.TagClassName
{
border-color: #FE0078;
}
</style>