Shades of Deep Pink #FE179F
Tints of Deep Pink #FE179F
RGB
CMYK
RGB Variations
Color information
#FE179F (or 0xFE179F) is known color: Deep Pink. HEX triplet: FE, 17 and 9F. RGB value is (254,23,159). Sum of RGB (Red+Green+Blue) = 254+23+159=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 23 (9.38% from 255 or 5.28% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE179F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE179F is #01E860. Grayscale: #6B6B6B. Windows color (decimal): -125025 or 10426366. OLE color: 10426366.
HSL color Cylindrical-coordinate representation of color #FE179F: hue angle of 324.68º 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 #FE179F is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 159 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.00 |
| HSL | 324.68º | 0.99% | 0.54% | - |
| HSV(B) | 324.68º | 0.91% | 1% | - |
| XYZ | 47.44 | 24.19 | 34.97 | - |
| YUV | 107.57 | 157.03 | 232.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 159 | 0 | 0.91 | 0.37 | 0.00 | 324.68 | 0.99 | 0.54 |
| Hex | FE | 17 | 9F | 0 | 5B | 25 | 0 | 145 | 63 | 36 |
| Octal | 376 | 27 | 237 | 0 | 133 | 45 | 0 | 505 | 143 | 66 |
| Binary | 11111110 | 10111 | 10011111 | 0 | 1011011 | 100101 | 0 | 101000101 | 1100011 | 110110 |
Color Harmonies of #FE179F
Complementary color
Monochromatic Colors of #FE179F
Black with #FE179F
Text Example
Text Example
White with #FE179F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE179F; }
p { color: rgb(254,23,159); }
H1.HeaderClassName
{
color: #FE179F;
}
.AnyTagClassName
{
color: #FE179F;
}
</style>
background-color css
<style>
a { background-color: #FE179F; }
a { background-color: rgb(254,23,159); }
div.DivClassName
{
background-color: #FE179F;
}
.BgClassName
{
background-color: #FE179F;
}
</style>
border-color css
<style>
span { border-color: #FE179F; }
span { border-color: rgb(254,23,159); }
td.TdClassName
{
border-color: #FE179F;
}
.TagClassName
{
border-color: #FE179F;
}
</style>