Shades of Deep Pink #FE1686
Tints of Deep Pink #FE1686
RGB
CMYK
RGB Variations
Color information
#FE1686 (or 0xFE1686) is known color: Deep Pink. HEX triplet: FE, 16 and 86. RGB value is (254,22,134). Sum of RGB (Red+Green+Blue) = 254+22+134=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 22 (8.98% from 255 or 5.37% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1686 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1686 is #01E979. Grayscale: #676767. Windows color (decimal): -125306 or 8787710. OLE color: 8787710.
HSL color Cylindrical-coordinate representation of color #FE1686: hue angle of 331.03º 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 #FE1686 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 134 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.00 |
| HSL | 331.03º | 0.99% | 0.54% | - |
| HSV(B) | 331.03º | 0.91% | 1% | - |
| XYZ | 45.46 | 23.37 | 24.67 | - |
| YUV | 104.14 | 144.86 | 234.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 134 | 0 | 0.91 | 0.47 | 0.00 | 331.03 | 0.99 | 0.54 |
| Hex | FE | 16 | 86 | 0 | 5B | 2F | 0 | 14B | 63 | 36 |
| Octal | 376 | 26 | 206 | 0 | 133 | 57 | 0 | 513 | 143 | 66 |
| Binary | 11111110 | 10110 | 10000110 | 0 | 1011011 | 101111 | 0 | 101001011 | 1100011 | 110110 |
Color Harmonies of #FE1686
Complementary color
Monochromatic Colors of #FE1686
Black with #FE1686
Text Example
Text Example
White with #FE1686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1686; }
p { color: rgb(254,22,134); }
H1.HeaderClassName
{
color: #FE1686;
}
.AnyTagClassName
{
color: #FE1686;
}
</style>
background-color css
<style>
a { background-color: #FE1686; }
a { background-color: rgb(254,22,134); }
div.DivClassName
{
background-color: #FE1686;
}
.BgClassName
{
background-color: #FE1686;
}
</style>
border-color css
<style>
span { border-color: #FE1686; }
span { border-color: rgb(254,22,134); }
td.TdClassName
{
border-color: #FE1686;
}
.TagClassName
{
border-color: #FE1686;
}
</style>