Shades of Deep Pink #FE168C
Tints of Deep Pink #FE168C
RGB
CMYK
RGB Variations
Color information
#FE168C (or 0xFE168C) is known color: Deep Pink. HEX triplet: FE, 16 and 8C. RGB value is (254,22,140). Sum of RGB (Red+Green+Blue) = 254+22+140=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE168C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE168C is #01E973. Grayscale: #686868. Windows color (decimal): -125300 or 9180926. OLE color: 9180926.
HSL color Cylindrical-coordinate representation of color #FE168C: hue angle of 329.48º 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 #FE168C is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 140 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.00 |
| HSL | 329.48º | 0.99% | 0.54% | - |
| HSV(B) | 329.48º | 0.91% | 1% | - |
| XYZ | 45.89 | 23.54 | 26.94 | - |
| YUV | 104.82 | 147.86 | 234.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 140 | 0 | 0.91 | 0.45 | 0.00 | 329.48 | 0.99 | 0.54 |
| Hex | FE | 16 | 8C | 0 | 5B | 2D | 0 | 149 | 63 | 36 |
| Octal | 376 | 26 | 214 | 0 | 133 | 55 | 0 | 511 | 143 | 66 |
| Binary | 11111110 | 10110 | 10001100 | 0 | 1011011 | 101101 | 0 | 101001001 | 1100011 | 110110 |
Color Harmonies of #FE168C
Complementary color
Monochromatic Colors of #FE168C
Black with #FE168C
Text Example
Text Example
White with #FE168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE168C; }
p { color: rgb(254,22,140); }
H1.HeaderClassName
{
color: #FE168C;
}
.AnyTagClassName
{
color: #FE168C;
}
</style>
background-color css
<style>
a { background-color: #FE168C; }
a { background-color: rgb(254,22,140); }
div.DivClassName
{
background-color: #FE168C;
}
.BgClassName
{
background-color: #FE168C;
}
</style>
border-color css
<style>
span { border-color: #FE168C; }
span { border-color: rgb(254,22,140); }
td.TdClassName
{
border-color: #FE168C;
}
.TagClassName
{
border-color: #FE168C;
}
</style>