Shades of Deep Pink #FE178D
Tints of Deep Pink #FE178D
RGB
CMYK
RGB Variations
Color information
#FE178D (or 0xFE178D) is known color: Deep Pink. HEX triplet: FE, 17 and 8D. RGB value is (254,23,141). Sum of RGB (Red+Green+Blue) = 254+23+141=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 23 (9.38% from 255 or 5.50% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE178D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE178D is #01E872. Grayscale: #696969. Windows color (decimal): -125043 or 9246718. OLE color: 9246718.
HSL color Cylindrical-coordinate representation of color #FE178D: hue angle of 329.35º 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 #FE178D is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 141 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.00 |
| HSL | 329.35º | 0.99% | 0.54% | - |
| HSV(B) | 329.35º | 0.91% | 1% | - |
| XYZ | 45.99 | 23.61 | 27.33 | - |
| YUV | 105.52 | 148.03 | 233.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 141 | 0 | 0.91 | 0.44 | 0.00 | 329.35 | 0.99 | 0.54 |
| Hex | FE | 17 | 8D | 0 | 5B | 2C | 0 | 149 | 63 | 36 |
| Octal | 376 | 27 | 215 | 0 | 133 | 54 | 0 | 511 | 143 | 66 |
| Binary | 11111110 | 10111 | 10001101 | 0 | 1011011 | 101100 | 0 | 101001001 | 1100011 | 110110 |
Color Harmonies of #FE178D
Complementary color
Monochromatic Colors of #FE178D
Black with #FE178D
Text Example
Text Example
White with #FE178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE178D; }
p { color: rgb(254,23,141); }
H1.HeaderClassName
{
color: #FE178D;
}
.AnyTagClassName
{
color: #FE178D;
}
</style>
background-color css
<style>
a { background-color: #FE178D; }
a { background-color: rgb(254,23,141); }
div.DivClassName
{
background-color: #FE178D;
}
.BgClassName
{
background-color: #FE178D;
}
</style>
border-color css
<style>
span { border-color: #FE178D; }
span { border-color: rgb(254,23,141); }
td.TdClassName
{
border-color: #FE178D;
}
.TagClassName
{
border-color: #FE178D;
}
</style>