Shades of Deep Pink #FE168A
Tints of Deep Pink #FE168A
RGB
CMYK
RGB Variations
Color information
#FE168A (or 0xFE168A) is known color: Deep Pink. HEX triplet: FE, 16 and 8A. RGB value is (254,22,138). Sum of RGB (Red+Green+Blue) = 254+22+138=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 22 (8.98% from 255 or 5.31% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE168A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE168A is #01E975. Grayscale: #686868. Windows color (decimal): -125302 or 9049854. OLE color: 9049854.
HSL color Cylindrical-coordinate representation of color #FE168A: hue angle of 330º 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 #FE168A is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 138 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.00 |
| HSL | 330º | 0.99% | 0.54% | - |
| HSV(B) | 330º | 0.91% | 1% | - |
| XYZ | 45.75 | 23.48 | 26.17 | - |
| YUV | 104.59 | 146.86 | 234.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 138 | 0 | 0.91 | 0.46 | 0.00 | 330 | 0.99 | 0.54 |
| Hex | FE | 16 | 8A | 0 | 5B | 2E | 0 | 14A | 63 | 36 |
| Octal | 376 | 26 | 212 | 0 | 133 | 56 | 0 | 512 | 143 | 66 |
| Binary | 11111110 | 10110 | 10001010 | 0 | 1011011 | 101110 | 0 | 101001010 | 1100011 | 110110 |
Color Harmonies of #FE168A
Complementary color
Monochromatic Colors of #FE168A
Black with #FE168A
Text Example
Text Example
White with #FE168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE168A; }
p { color: rgb(254,22,138); }
H1.HeaderClassName
{
color: #FE168A;
}
.AnyTagClassName
{
color: #FE168A;
}
</style>
background-color css
<style>
a { background-color: #FE168A; }
a { background-color: rgb(254,22,138); }
div.DivClassName
{
background-color: #FE168A;
}
.BgClassName
{
background-color: #FE168A;
}
</style>
border-color css
<style>
span { border-color: #FE168A; }
span { border-color: rgb(254,22,138); }
td.TdClassName
{
border-color: #FE168A;
}
.TagClassName
{
border-color: #FE168A;
}
</style>