Shades of Deep Pink #FE0F94
Tints of Deep Pink #FE0F94
RGB
CMYK
RGB Variations
Color information
#FE0F94 (or 0xFE0F94) is known color: Deep Pink. HEX triplet: FE, 0F and 94. RGB value is (254,15,148). Sum of RGB (Red+Green+Blue) = 254+15+148=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 15 (6.25% from 255 or 3.60% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F94 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0F94 is #01F06B. Grayscale: #656565. Windows color (decimal): -127084 or 9703422. OLE color: 9703422.
HSL color Cylindrical-coordinate representation of color #FE0F94: hue angle of 326.61º 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 #FE0F94 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 148 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.00 |
| HSL | 326.61º | 0.99% | 0.53% | - |
| HSV(B) | 326.61º | 0.94% | 1% | - |
| XYZ | 46.39 | 23.55 | 30.12 | - |
| YUV | 101.62 | 154.18 | 236.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 148 | 0 | 0.94 | 0.42 | 0.00 | 326.61 | 0.99 | 0.53 |
| Hex | FE | F | 94 | 0 | 5E | 2A | 0 | 147 | 63 | 35 |
| Octal | 376 | 17 | 224 | 0 | 136 | 52 | 0 | 507 | 143 | 65 |
| Binary | 11111110 | 1111 | 10010100 | 0 | 1011110 | 101010 | 0 | 101000111 | 1100011 | 110101 |
Color Harmonies of #FE0F94
Complementary color
Monochromatic Colors of #FE0F94
Black with #FE0F94
Text Example
Text Example
White with #FE0F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0F94; }
p { color: rgb(254,15,148); }
H1.HeaderClassName
{
color: #FE0F94;
}
.AnyTagClassName
{
color: #FE0F94;
}
</style>
background-color css
<style>
a { background-color: #FE0F94; }
a { background-color: rgb(254,15,148); }
div.DivClassName
{
background-color: #FE0F94;
}
.BgClassName
{
background-color: #FE0F94;
}
</style>
border-color css
<style>
span { border-color: #FE0F94; }
span { border-color: rgb(254,15,148); }
td.TdClassName
{
border-color: #FE0F94;
}
.TagClassName
{
border-color: #FE0F94;
}
</style>