Shades of Deep Pink #FE087C
Tints of Deep Pink #FE087C
RGB
CMYK
RGB Variations
Color information
#FE087C (or 0xFE087C) is known color: Deep Pink. HEX triplet: FE, 08 and 7C. RGB value is (254,8,124). Sum of RGB (Red+Green+Blue) = 254+8+124=386 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.80% from 386); Green value is 8 (3.52% from 255 or 2.07% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 254 - color contains mainly: red. Hex color #FE087C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE087C is #01F783. Grayscale: #5E5E5E. Windows color (decimal): -128900 or 8128766. OLE color: 8128766.
HSL color Cylindrical-coordinate representation of color #FE087C: hue angle of 331.71º 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 #FE087C is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 124 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.00 |
| HSL | 331.71º | 0.99% | 0.51% | - |
| HSV(B) | 331.71º | 0.97% | 1% | - |
| XYZ | 44.6 | 22.7 | 21.1 | - |
| YUV | 94.78 | 144.5 | 241.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 124 | 0 | 0.97 | 0.51 | 0.00 | 331.71 | 0.99 | 0.51 |
| Hex | FE | 8 | 7C | 0 | 61 | 33 | 0 | 14C | 63 | 33 |
| Octal | 376 | 10 | 174 | 0 | 141 | 63 | 0 | 514 | 143 | 63 |
| Binary | 11111110 | 1000 | 1111100 | 0 | 1100001 | 110011 | 0 | 101001100 | 1100011 | 110011 |
Color Harmonies of #FE087C
Complementary color
Monochromatic Colors of #FE087C
Black with #FE087C
Text Example
Text Example
White with #FE087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE087C; }
p { color: rgb(254,8,124); }
H1.HeaderClassName
{
color: #FE087C;
}
.AnyTagClassName
{
color: #FE087C;
}
</style>
background-color css
<style>
a { background-color: #FE087C; }
a { background-color: rgb(254,8,124); }
div.DivClassName
{
background-color: #FE087C;
}
.BgClassName
{
background-color: #FE087C;
}
</style>
border-color css
<style>
span { border-color: #FE087C; }
span { border-color: rgb(254,8,124); }
td.TdClassName
{
border-color: #FE087C;
}
.TagClassName
{
border-color: #FE087C;
}
</style>