Shades of Deep Pink #FE178E
Tints of Deep Pink #FE178E
RGB
CMYK
RGB Variations
Color information
#FE178E (or 0xFE178E) is known color: Deep Pink. HEX triplet: FE, 17 and 8E. RGB value is (254,23,142). Sum of RGB (Red+Green+Blue) = 254+23+142=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE178E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE178E is #01E871. Grayscale: #696969. Windows color (decimal): -125042 or 9312254. OLE color: 9312254.
HSL color Cylindrical-coordinate representation of color #FE178E: hue angle of 329.09º 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 #FE178E is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 142 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.00 |
| HSL | 329.09º | 0.99% | 0.54% | - |
| HSV(B) | 329.09º | 0.91% | 1% | - |
| XYZ | 46.06 | 23.64 | 27.73 | - |
| YUV | 105.64 | 148.53 | 233.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 142 | 0 | 0.91 | 0.44 | 0.00 | 329.09 | 0.99 | 0.54 |
| Hex | FE | 17 | 8E | 0 | 5B | 2C | 0 | 149 | 63 | 36 |
| Octal | 376 | 27 | 216 | 0 | 133 | 54 | 0 | 511 | 143 | 66 |
| Binary | 11111110 | 10111 | 10001110 | 0 | 1011011 | 101100 | 0 | 101001001 | 1100011 | 110110 |
Color Harmonies of #FE178E
Complementary color
Monochromatic Colors of #FE178E
Black with #FE178E
Text Example
Text Example
White with #FE178E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE178E; }
p { color: rgb(254,23,142); }
H1.HeaderClassName
{
color: #FE178E;
}
.AnyTagClassName
{
color: #FE178E;
}
</style>
background-color css
<style>
a { background-color: #FE178E; }
a { background-color: rgb(254,23,142); }
div.DivClassName
{
background-color: #FE178E;
}
.BgClassName
{
background-color: #FE178E;
}
</style>
border-color css
<style>
span { border-color: #FE178E; }
span { border-color: rgb(254,23,142); }
td.TdClassName
{
border-color: #FE178E;
}
.TagClassName
{
border-color: #FE178E;
}
</style>