Shades of Deep Pink #FE167F
Tints of Deep Pink #FE167F
RGB
CMYK
RGB Variations
Color information
#FE167F (or 0xFE167F) is known color: Deep Pink. HEX triplet: FE, 16 and 7F. RGB value is (254,22,127). Sum of RGB (Red+Green+Blue) = 254+22+127=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 22 (8.98% from 255 or 5.46% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE167F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE167F is #01E980. Grayscale: #676767. Windows color (decimal): -125313 or 8328958. OLE color: 8328958.
HSL color Cylindrical-coordinate representation of color #FE167F: hue angle of 332.84º 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 #FE167F is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 127 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.00 |
| HSL | 332.84º | 0.99% | 0.54% | - |
| HSV(B) | 332.84º | 0.91% | 1% | - |
| XYZ | 44.99 | 23.18 | 22.18 | - |
| YUV | 103.34 | 141.36 | 235.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 127 | 0 | 0.91 | 0.50 | 0.00 | 332.84 | 0.99 | 0.54 |
| Hex | FE | 16 | 7F | 0 | 5B | 32 | 0 | 14D | 63 | 36 |
| Octal | 376 | 26 | 177 | 0 | 133 | 62 | 0 | 515 | 143 | 66 |
| Binary | 11111110 | 10110 | 1111111 | 0 | 1011011 | 110010 | 0 | 101001101 | 1100011 | 110110 |
Color Harmonies of #FE167F
Complementary color
Monochromatic Colors of #FE167F
Black with #FE167F
Text Example
Text Example
White with #FE167F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE167F; }
p { color: rgb(254,22,127); }
H1.HeaderClassName
{
color: #FE167F;
}
.AnyTagClassName
{
color: #FE167F;
}
</style>
background-color css
<style>
a { background-color: #FE167F; }
a { background-color: rgb(254,22,127); }
div.DivClassName
{
background-color: #FE167F;
}
.BgClassName
{
background-color: #FE167F;
}
</style>
border-color css
<style>
span { border-color: #FE167F; }
span { border-color: rgb(254,22,127); }
td.TdClassName
{
border-color: #FE167F;
}
.TagClassName
{
border-color: #FE167F;
}
</style>