Shades of Deep Pink #FE178F
Tints of Deep Pink #FE178F
RGB
CMYK
RGB Variations
Color information
#FE178F (or 0xFE178F) is known color: Deep Pink. HEX triplet: FE, 17 and 8F. RGB value is (254,23,143). Sum of RGB (Red+Green+Blue) = 254+23+143=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 23 (9.38% from 255 or 5.48% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE178F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE178F is #01E870. Grayscale: #696969. Windows color (decimal): -125041 or 9377790. OLE color: 9377790.
HSL color Cylindrical-coordinate representation of color #FE178F: hue angle of 328.83º 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 #FE178F is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 143 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.00 |
| HSL | 328.83º | 0.99% | 0.54% | - |
| HSV(B) | 328.83º | 0.91% | 1% | - |
| XYZ | 46.14 | 23.67 | 28.12 | - |
| YUV | 105.75 | 149.03 | 233.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 143 | 0 | 0.91 | 0.44 | 0.00 | 328.83 | 0.99 | 0.54 |
| Hex | FE | 17 | 8F | 0 | 5B | 2C | 0 | 149 | 63 | 36 |
| Octal | 376 | 27 | 217 | 0 | 133 | 54 | 0 | 511 | 143 | 66 |
| Binary | 11111110 | 10111 | 10001111 | 0 | 1011011 | 101100 | 0 | 101001001 | 1100011 | 110110 |
Color Harmonies of #FE178F
Complementary color
Monochromatic Colors of #FE178F
Black with #FE178F
Text Example
Text Example
White with #FE178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE178F; }
p { color: rgb(254,23,143); }
H1.HeaderClassName
{
color: #FE178F;
}
.AnyTagClassName
{
color: #FE178F;
}
</style>
background-color css
<style>
a { background-color: #FE178F; }
a { background-color: rgb(254,23,143); }
div.DivClassName
{
background-color: #FE178F;
}
.BgClassName
{
background-color: #FE178F;
}
</style>
border-color css
<style>
span { border-color: #FE178F; }
span { border-color: rgb(254,23,143); }
td.TdClassName
{
border-color: #FE178F;
}
.TagClassName
{
border-color: #FE178F;
}
</style>