Shades of Deep Pink #FE169C
Tints of Deep Pink #FE169C
RGB
CMYK
RGB Variations
Color information
#FE169C (or 0xFE169C) is known color: Deep Pink. HEX triplet: FE, 16 and 9C. RGB value is (254,22,156). Sum of RGB (Red+Green+Blue) = 254+22+156=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 22 (8.98% from 255 or 5.09% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE169C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE169C is #01E963. Grayscale: #6A6A6A. Windows color (decimal): -125284 or 10229502. OLE color: 10229502.
HSL color Cylindrical-coordinate representation of color #FE169C: hue angle of 325.34º 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 #FE169C is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 156 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.00 |
| HSL | 325.34º | 0.99% | 0.54% | - |
| HSV(B) | 325.34º | 0.91% | 1% | - |
| XYZ | 47.16 | 24.04 | 33.61 | - |
| YUV | 106.64 | 155.86 | 233.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 156 | 0 | 0.91 | 0.39 | 0.00 | 325.34 | 0.99 | 0.54 |
| Hex | FE | 16 | 9C | 0 | 5B | 27 | 0 | 145 | 63 | 36 |
| Octal | 376 | 26 | 234 | 0 | 133 | 47 | 0 | 505 | 143 | 66 |
| Binary | 11111110 | 10110 | 10011100 | 0 | 1011011 | 100111 | 0 | 101000101 | 1100011 | 110110 |
Color Harmonies of #FE169C
Complementary color
Monochromatic Colors of #FE169C
Black with #FE169C
Text Example
Text Example
White with #FE169C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE169C; }
p { color: rgb(254,22,156); }
H1.HeaderClassName
{
color: #FE169C;
}
.AnyTagClassName
{
color: #FE169C;
}
</style>
background-color css
<style>
a { background-color: #FE169C; }
a { background-color: rgb(254,22,156); }
div.DivClassName
{
background-color: #FE169C;
}
.BgClassName
{
background-color: #FE169C;
}
</style>
border-color css
<style>
span { border-color: #FE169C; }
span { border-color: rgb(254,22,156); }
td.TdClassName
{
border-color: #FE169C;
}
.TagClassName
{
border-color: #FE169C;
}
</style>