Shades of Deep Pink #FE0F97
Tints of Deep Pink #FE0F97
RGB
CMYK
RGB Variations
Color information
#FE0F97 (or 0xFE0F97) is known color: Deep Pink. HEX triplet: FE, 0F and 97. RGB value is (254,15,151). Sum of RGB (Red+Green+Blue) = 254+15+151=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 15 (6.25% from 255 or 3.57% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F97 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0F97 is #01F068. Grayscale: #656565. Windows color (decimal): -127081 or 9900030. OLE color: 9900030.
HSL color Cylindrical-coordinate representation of color #FE0F97: hue angle of 325.86º 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 #FE0F97 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 151 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.00 |
| HSL | 325.86º | 0.99% | 0.53% | - |
| HSV(B) | 325.86º | 0.94% | 1% | - |
| XYZ | 46.63 | 23.65 | 31.38 | - |
| YUV | 101.97 | 155.68 | 236.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 151 | 0 | 0.94 | 0.41 | 0.00 | 325.86 | 0.99 | 0.53 |
| Hex | FE | F | 97 | 0 | 5E | 29 | 0 | 146 | 63 | 35 |
| Octal | 376 | 17 | 227 | 0 | 136 | 51 | 0 | 506 | 143 | 65 |
| Binary | 11111110 | 1111 | 10010111 | 0 | 1011110 | 101001 | 0 | 101000110 | 1100011 | 110101 |
Color Harmonies of #FE0F97
Complementary color
Monochromatic Colors of #FE0F97
Black with #FE0F97
Text Example
Text Example
White with #FE0F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0F97; }
p { color: rgb(254,15,151); }
H1.HeaderClassName
{
color: #FE0F97;
}
.AnyTagClassName
{
color: #FE0F97;
}
</style>
background-color css
<style>
a { background-color: #FE0F97; }
a { background-color: rgb(254,15,151); }
div.DivClassName
{
background-color: #FE0F97;
}
.BgClassName
{
background-color: #FE0F97;
}
</style>
border-color css
<style>
span { border-color: #FE0F97; }
span { border-color: rgb(254,15,151); }
td.TdClassName
{
border-color: #FE0F97;
}
.TagClassName
{
border-color: #FE0F97;
}
</style>