Shades of Deep Pink #FE189E
Tints of Deep Pink #FE189E
RGB
CMYK
RGB Variations
Color information
#FE189E (or 0xFE189E) is known color: Deep Pink. HEX triplet: FE, 18 and 9E. RGB value is (254,24,158). Sum of RGB (Red+Green+Blue) = 254+24+158=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 24 (9.77% from 255 or 5.50% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE189E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE189E is #01E761. Grayscale: #6B6B6B. Windows color (decimal): -124770 or 10361086. OLE color: 10361086.
HSL color Cylindrical-coordinate representation of color #FE189E: hue angle of 325.04º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE189E is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 158 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.00 |
| HSL | 325.04º | 0.99% | 0.55% | - |
| HSV(B) | 325.04º | 0.91% | 1% | - |
| XYZ | 47.37 | 24.19 | 34.52 | - |
| YUV | 108.05 | 156.2 | 232.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 158 | 0 | 0.91 | 0.38 | 0.00 | 325.04 | 0.99 | 0.55 |
| Hex | FE | 18 | 9E | 0 | 5B | 26 | 0 | 145 | 63 | 37 |
| Octal | 376 | 30 | 236 | 0 | 133 | 46 | 0 | 505 | 143 | 67 |
| Binary | 11111110 | 11000 | 10011110 | 0 | 1011011 | 100110 | 0 | 101000101 | 1100011 | 110111 |
Color Harmonies of #FE189E
Complementary color
Monochromatic Colors of #FE189E
Black with #FE189E
Text Example
Text Example
White with #FE189E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE189E; }
p { color: rgb(254,24,158); }
H1.HeaderClassName
{
color: #FE189E;
}
.AnyTagClassName
{
color: #FE189E;
}
</style>
background-color css
<style>
a { background-color: #FE189E; }
a { background-color: rgb(254,24,158); }
div.DivClassName
{
background-color: #FE189E;
}
.BgClassName
{
background-color: #FE189E;
}
</style>
border-color css
<style>
span { border-color: #FE189E; }
span { border-color: rgb(254,24,158); }
td.TdClassName
{
border-color: #FE189E;
}
.TagClassName
{
border-color: #FE189E;
}
</style>