Shades of Deep Pink #FE077E
Tints of Deep Pink #FE077E
RGB
CMYK
RGB Variations
Color information
#FE077E (or 0xFE077E) is known color: Deep Pink. HEX triplet: FE, 07 and 7E. RGB value is (254,7,126). Sum of RGB (Red+Green+Blue) = 254+7+126=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 7 (3.12% from 255 or 1.81% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE077E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE077E is #01F881. Grayscale: #5E5E5E. Windows color (decimal): -129154 or 8259582. OLE color: 8259582.
HSL color Cylindrical-coordinate representation of color #FE077E: hue angle of 331.09º 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 #FE077E is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 126 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.00 |
| HSL | 331.09º | 0.99% | 0.51% | - |
| HSV(B) | 331.09º | 0.97% | 1% | - |
| XYZ | 44.71 | 22.73 | 21.77 | - |
| YUV | 94.42 | 145.83 | 241.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 126 | 0 | 0.97 | 0.50 | 0.00 | 331.09 | 0.99 | 0.51 |
| Hex | FE | 7 | 7E | 0 | 61 | 32 | 0 | 14B | 63 | 33 |
| Octal | 376 | 7 | 176 | 0 | 141 | 62 | 0 | 513 | 143 | 63 |
| Binary | 11111110 | 111 | 1111110 | 0 | 1100001 | 110010 | 0 | 101001011 | 1100011 | 110011 |
Color Harmonies of #FE077E
Complementary color
Monochromatic Colors of #FE077E
Black with #FE077E
Text Example
Text Example
White with #FE077E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE077E; }
p { color: rgb(254,7,126); }
H1.HeaderClassName
{
color: #FE077E;
}
.AnyTagClassName
{
color: #FE077E;
}
</style>
background-color css
<style>
a { background-color: #FE077E; }
a { background-color: rgb(254,7,126); }
div.DivClassName
{
background-color: #FE077E;
}
.BgClassName
{
background-color: #FE077E;
}
</style>
border-color css
<style>
span { border-color: #FE077E; }
span { border-color: rgb(254,7,126); }
td.TdClassName
{
border-color: #FE077E;
}
.TagClassName
{
border-color: #FE077E;
}
</style>