Shades of Deep Pink #FE078A
Tints of Deep Pink #FE078A
RGB
CMYK
RGB Variations
Color information
#FE078A (or 0xFE078A) is known color: Deep Pink. HEX triplet: FE, 07 and 8A. RGB value is (254,7,138). Sum of RGB (Red+Green+Blue) = 254+7+138=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 7 (3.12% from 255 or 1.75% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE078A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE078A is #01F875. Grayscale: #5F5F5F. Windows color (decimal): -129142 or 9046014. OLE color: 9046014.
HSL color Cylindrical-coordinate representation of color #FE078A: hue angle of 328.18º 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 #FE078A is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 138 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.00 |
| HSL | 328.18º | 0.99% | 0.51% | - |
| HSV(B) | 328.18º | 0.97% | 1% | - |
| XYZ | 45.54 | 23.06 | 26.1 | - |
| YUV | 95.79 | 151.83 | 240.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 138 | 0 | 0.97 | 0.46 | 0.00 | 328.18 | 0.99 | 0.51 |
| Hex | FE | 7 | 8A | 0 | 61 | 2E | 0 | 148 | 63 | 33 |
| Octal | 376 | 7 | 212 | 0 | 141 | 56 | 0 | 510 | 143 | 63 |
| Binary | 11111110 | 111 | 10001010 | 0 | 1100001 | 101110 | 0 | 101001000 | 1100011 | 110011 |
Color Harmonies of #FE078A
Complementary color
Monochromatic Colors of #FE078A
Black with #FE078A
Text Example
Text Example
White with #FE078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE078A; }
p { color: rgb(254,7,138); }
H1.HeaderClassName
{
color: #FE078A;
}
.AnyTagClassName
{
color: #FE078A;
}
</style>
background-color css
<style>
a { background-color: #FE078A; }
a { background-color: rgb(254,7,138); }
div.DivClassName
{
background-color: #FE078A;
}
.BgClassName
{
background-color: #FE078A;
}
</style>
border-color css
<style>
span { border-color: #FE078A; }
span { border-color: rgb(254,7,138); }
td.TdClassName
{
border-color: #FE078A;
}
.TagClassName
{
border-color: #FE078A;
}
</style>