Shades of Deep Pink #FE0091
Tints of Deep Pink #FE0091
RGB
CMYK
RGB Variations
Color information
#FE0091 (or 0xFE0091) is known color: Deep Pink. HEX triplet: FE, 00 and 91. RGB value is (254,0,145). Sum of RGB (Red+Green+Blue) = 254+0+145=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0091 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0091 is #01FF6E. Grayscale: #5C5C5C. Windows color (decimal): -130927 or 9502974. OLE color: 9502974.
HSL color Cylindrical-coordinate representation of color #FE0091: hue angle of 325.75º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0091 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 145 | - |
| CMYK | 0 | 1 | 0.43 | 0.00 |
| HSL | 325.75º | 1% | 0.5% | - |
| HSV(B) | 325.75º | 1% | 1% | - |
| XYZ | 45.98 | 23.12 | 28.83 | - |
| YUV | 92.48 | 157.65 | 243.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 145 | 0 | 1 | 0.43 | 0.00 | 325.75 | 1 | 0.5 |
| Hex | FE | 0 | 91 | 0 | 64 | 2B | 0 | 146 | 64 | 32 |
| Octal | 376 | 0 | 221 | 0 | 144 | 53 | 0 | 506 | 144 | 62 |
| Binary | 11111110 | 0 | 10010001 | 0 | 1100100 | 101011 | 0 | 101000110 | 1100100 | 110010 |
Color Harmonies of #FE0091
Complementary color
Monochromatic Colors of #FE0091
Black with #FE0091
Text Example
Text Example
White with #FE0091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0091; }
p { color: rgb(254,0,145); }
H1.HeaderClassName
{
color: #FE0091;
}
.AnyTagClassName
{
color: #FE0091;
}
</style>
background-color css
<style>
a { background-color: #FE0091; }
a { background-color: rgb(254,0,145); }
div.DivClassName
{
background-color: #FE0091;
}
.BgClassName
{
background-color: #FE0091;
}
</style>
border-color css
<style>
span { border-color: #FE0091; }
span { border-color: rgb(254,0,145); }
td.TdClassName
{
border-color: #FE0091;
}
.TagClassName
{
border-color: #FE0091;
}
</style>