Shades of Deep Pink #FE167B
Tints of Deep Pink #FE167B
RGB
CMYK
RGB Variations
Color information
#FE167B (or 0xFE167B) is known color: Deep Pink. HEX triplet: FE, 16 and 7B. RGB value is (254,22,123). Sum of RGB (Red+Green+Blue) = 254+22+123=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE167B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE167B is #01E984. Grayscale: #666666. Windows color (decimal): -125317 or 8066814. OLE color: 8066814.
HSL color Cylindrical-coordinate representation of color #FE167B: hue angle of 333.88º 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 #FE167B is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 123 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.00 |
| HSL | 333.88º | 0.99% | 0.54% | - |
| HSV(B) | 333.88º | 0.91% | 1% | - |
| XYZ | 44.74 | 23.07 | 20.83 | - |
| YUV | 102.88 | 139.36 | 235.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 123 | 0 | 0.91 | 0.52 | 0.00 | 333.88 | 0.99 | 0.54 |
| Hex | FE | 16 | 7B | 0 | 5B | 34 | 0 | 14E | 63 | 36 |
| Octal | 376 | 26 | 173 | 0 | 133 | 64 | 0 | 516 | 143 | 66 |
| Binary | 11111110 | 10110 | 1111011 | 0 | 1011011 | 110100 | 0 | 101001110 | 1100011 | 110110 |
Color Harmonies of #FE167B
Complementary color
Monochromatic Colors of #FE167B
Black with #FE167B
Text Example
Text Example
White with #FE167B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE167B; }
p { color: rgb(254,22,123); }
H1.HeaderClassName
{
color: #FE167B;
}
.AnyTagClassName
{
color: #FE167B;
}
</style>
background-color css
<style>
a { background-color: #FE167B; }
a { background-color: rgb(254,22,123); }
div.DivClassName
{
background-color: #FE167B;
}
.BgClassName
{
background-color: #FE167B;
}
</style>
border-color css
<style>
span { border-color: #FE167B; }
span { border-color: rgb(254,22,123); }
td.TdClassName
{
border-color: #FE167B;
}
.TagClassName
{
border-color: #FE167B;
}
</style>