Shades of Deep Pink #FE1078
Tints of Deep Pink #FE1078
RGB
CMYK
RGB Variations
Color information
#FE1078 (or 0xFE1078) is known color: Deep Pink. HEX triplet: FE, 10 and 78. RGB value is (254,16,120). Sum of RGB (Red+Green+Blue) = 254+16+120=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 16 (6.64% from 255 or 4.10% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1078 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1078 is #01EF87. Grayscale: #626262. Windows color (decimal): -126856 or 7868670. OLE color: 7868670.
HSL color Cylindrical-coordinate representation of color #FE1078: hue angle of 333.78º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE1078 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 120 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.00 |
| HSL | 333.78º | 0.99% | 0.53% | - |
| HSV(B) | 333.78º | 0.94% | 1% | - |
| XYZ | 44.45 | 22.8 | 19.83 | - |
| YUV | 99.02 | 139.85 | 238.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 120 | 0 | 0.94 | 0.53 | 0.00 | 333.78 | 0.99 | 0.53 |
| Hex | FE | 10 | 78 | 0 | 5E | 35 | 0 | 14E | 63 | 35 |
| Octal | 376 | 20 | 170 | 0 | 136 | 65 | 0 | 516 | 143 | 65 |
| Binary | 11111110 | 10000 | 1111000 | 0 | 1011110 | 110101 | 0 | 101001110 | 1100011 | 110101 |
Color Harmonies of #FE1078
Complementary color
Monochromatic Colors of #FE1078
Black with #FE1078
Text Example
Text Example
White with #FE1078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1078; }
p { color: rgb(254,16,120); }
H1.HeaderClassName
{
color: #FE1078;
}
.AnyTagClassName
{
color: #FE1078;
}
</style>
background-color css
<style>
a { background-color: #FE1078; }
a { background-color: rgb(254,16,120); }
div.DivClassName
{
background-color: #FE1078;
}
.BgClassName
{
background-color: #FE1078;
}
</style>
border-color css
<style>
span { border-color: #FE1078; }
span { border-color: rgb(254,16,120); }
td.TdClassName
{
border-color: #FE1078;
}
.TagClassName
{
border-color: #FE1078;
}
</style>