Shades of Deep Pink #FE1691
Tints of Deep Pink #FE1691
RGB
CMYK
RGB Variations
Color information
#FE1691 (or 0xFE1691) is known color: Deep Pink. HEX triplet: FE, 16 and 91. RGB value is (254,22,145). Sum of RGB (Red+Green+Blue) = 254+22+145=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1691 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1691 is #01E96E. Grayscale: #696969. Windows color (decimal): -125295 or 9508606. OLE color: 9508606.
HSL color Cylindrical-coordinate representation of color #FE1691: hue angle of 328.19º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE1691 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 145 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.00 |
| HSL | 328.19º | 0.99% | 0.54% | - |
| HSV(B) | 328.19º | 0.91% | 1% | - |
| XYZ | 46.27 | 23.69 | 28.92 | - |
| YUV | 105.39 | 150.36 | 234 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 145 | 0 | 0.91 | 0.43 | 0.00 | 328.19 | 0.99 | 0.54 |
| Hex | FE | 16 | 91 | 0 | 5B | 2B | 0 | 148 | 63 | 36 |
| Octal | 376 | 26 | 221 | 0 | 133 | 53 | 0 | 510 | 143 | 66 |
| Binary | 11111110 | 10110 | 10010001 | 0 | 1011011 | 101011 | 0 | 101001000 | 1100011 | 110110 |
Color Harmonies of #FE1691
Complementary color
Monochromatic Colors of #FE1691
Black with #FE1691
Text Example
Text Example
White with #FE1691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1691; }
p { color: rgb(254,22,145); }
H1.HeaderClassName
{
color: #FE1691;
}
.AnyTagClassName
{
color: #FE1691;
}
</style>
background-color css
<style>
a { background-color: #FE1691; }
a { background-color: rgb(254,22,145); }
div.DivClassName
{
background-color: #FE1691;
}
.BgClassName
{
background-color: #FE1691;
}
</style>
border-color css
<style>
span { border-color: #FE1691; }
span { border-color: rgb(254,22,145); }
td.TdClassName
{
border-color: #FE1691;
}
.TagClassName
{
border-color: #FE1691;
}
</style>