Shades of Deep Pink #FE078F
Tints of Deep Pink #FE078F
RGB
CMYK
RGB Variations
Color information
#FE078F (or 0xFE078F) is known color: Deep Pink. HEX triplet: FE, 07 and 8F. RGB value is (254,7,143). Sum of RGB (Red+Green+Blue) = 254+7+143=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE078F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE078F is #01F870. Grayscale: #606060. Windows color (decimal): -129137 or 9373694. OLE color: 9373694.
HSL color Cylindrical-coordinate representation of color #FE078F: hue angle of 326.96º 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 #FE078F is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 143 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.00 |
| HSL | 326.96º | 0.99% | 0.51% | - |
| HSV(B) | 326.96º | 0.97% | 1% | - |
| XYZ | 45.91 | 23.21 | 28.05 | - |
| YUV | 96.36 | 154.33 | 240.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 143 | 0 | 0.97 | 0.44 | 0.00 | 326.96 | 0.99 | 0.51 |
| Hex | FE | 7 | 8F | 0 | 61 | 2C | 0 | 147 | 63 | 33 |
| Octal | 376 | 7 | 217 | 0 | 141 | 54 | 0 | 507 | 143 | 63 |
| Binary | 11111110 | 111 | 10001111 | 0 | 1100001 | 101100 | 0 | 101000111 | 1100011 | 110011 |
Color Harmonies of #FE078F
Complementary color
Monochromatic Colors of #FE078F
Black with #FE078F
Text Example
Text Example
White with #FE078F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE078F; }
p { color: rgb(254,7,143); }
H1.HeaderClassName
{
color: #FE078F;
}
.AnyTagClassName
{
color: #FE078F;
}
</style>
background-color css
<style>
a { background-color: #FE078F; }
a { background-color: rgb(254,7,143); }
div.DivClassName
{
background-color: #FE078F;
}
.BgClassName
{
background-color: #FE078F;
}
</style>
border-color css
<style>
span { border-color: #FE078F; }
span { border-color: rgb(254,7,143); }
td.TdClassName
{
border-color: #FE078F;
}
.TagClassName
{
border-color: #FE078F;
}
</style>