Shades of Deep Pink #FE0F8E
Tints of Deep Pink #FE0F8E
RGB
CMYK
RGB Variations
Color information
#FE0F8E (or 0xFE0F8E) is known color: Deep Pink. HEX triplet: FE, 0F and 8E. RGB value is (254,15,142). Sum of RGB (Red+Green+Blue) = 254+15+142=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 15 (6.25% from 255 or 3.65% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F8E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0F8E is #01F071. Grayscale: #646464. Windows color (decimal): -127090 or 9310206. OLE color: 9310206.
HSL color Cylindrical-coordinate representation of color #FE0F8E: hue angle of 328.12º 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 #FE0F8E is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 142 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.00 |
| HSL | 328.12º | 0.99% | 0.53% | - |
| HSV(B) | 328.12º | 0.94% | 1% | - |
| XYZ | 45.93 | 23.37 | 27.68 | - |
| YUV | 100.94 | 151.18 | 237.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 142 | 0 | 0.94 | 0.44 | 0.00 | 328.12 | 0.99 | 0.53 |
| Hex | FE | F | 8E | 0 | 5E | 2C | 0 | 148 | 63 | 35 |
| Octal | 376 | 17 | 216 | 0 | 136 | 54 | 0 | 510 | 143 | 65 |
| Binary | 11111110 | 1111 | 10001110 | 0 | 1011110 | 101100 | 0 | 101001000 | 1100011 | 110101 |
Color Harmonies of #FE0F8E
Complementary color
Monochromatic Colors of #FE0F8E
Black with #FE0F8E
Text Example
Text Example
White with #FE0F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0F8E; }
p { color: rgb(254,15,142); }
H1.HeaderClassName
{
color: #FE0F8E;
}
.AnyTagClassName
{
color: #FE0F8E;
}
</style>
background-color css
<style>
a { background-color: #FE0F8E; }
a { background-color: rgb(254,15,142); }
div.DivClassName
{
background-color: #FE0F8E;
}
.BgClassName
{
background-color: #FE0F8E;
}
</style>
border-color css
<style>
span { border-color: #FE0F8E; }
span { border-color: rgb(254,15,142); }
td.TdClassName
{
border-color: #FE0F8E;
}
.TagClassName
{
border-color: #FE0F8E;
}
</style>