Shades of Deep Pink #FE188D
Tints of Deep Pink #FE188D
RGB
CMYK
RGB Variations
Color information
#FE188D (or 0xFE188D) is known color: Deep Pink. HEX triplet: FE, 18 and 8D. RGB value is (254,24,141). Sum of RGB (Red+Green+Blue) = 254+24+141=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE188D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE188D is #01E772. Grayscale: #696969. Windows color (decimal): -124787 or 9246974. OLE color: 9246974.
HSL color Cylindrical-coordinate representation of color #FE188D: hue angle of 329.48º 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 #FE188D is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 141 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.00 |
| HSL | 329.48º | 0.99% | 0.55% | - |
| HSV(B) | 329.48º | 0.91% | 1% | - |
| XYZ | 46.01 | 23.65 | 27.34 | - |
| YUV | 106.11 | 147.7 | 233.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 141 | 0 | 0.91 | 0.44 | 0.00 | 329.48 | 0.99 | 0.55 |
| Hex | FE | 18 | 8D | 0 | 5B | 2C | 0 | 149 | 63 | 37 |
| Octal | 376 | 30 | 215 | 0 | 133 | 54 | 0 | 511 | 143 | 67 |
| Binary | 11111110 | 11000 | 10001101 | 0 | 1011011 | 101100 | 0 | 101001001 | 1100011 | 110111 |
Color Harmonies of #FE188D
Complementary color
Monochromatic Colors of #FE188D
Black with #FE188D
Text Example
Text Example
White with #FE188D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE188D; }
p { color: rgb(254,24,141); }
H1.HeaderClassName
{
color: #FE188D;
}
.AnyTagClassName
{
color: #FE188D;
}
</style>
background-color css
<style>
a { background-color: #FE188D; }
a { background-color: rgb(254,24,141); }
div.DivClassName
{
background-color: #FE188D;
}
.BgClassName
{
background-color: #FE188D;
}
</style>
border-color css
<style>
span { border-color: #FE188D; }
span { border-color: rgb(254,24,141); }
td.TdClassName
{
border-color: #FE188D;
}
.TagClassName
{
border-color: #FE188D;
}
</style>