Shades of Deep Pink #FE189D
Tints of Deep Pink #FE189D
RGB
CMYK
RGB Variations
Color information
#FE189D (or 0xFE189D) is known color: Deep Pink. HEX triplet: FE, 18 and 9D. RGB value is (254,24,157). Sum of RGB (Red+Green+Blue) = 254+24+157=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 24 (9.77% from 255 or 5.52% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE189D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE189D is #01E762. Grayscale: #6B6B6B. Windows color (decimal): -124771 or 10295550. OLE color: 10295550.
HSL color Cylindrical-coordinate representation of color #FE189D: hue angle of 325.3º 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 #FE189D is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 157 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.00 |
| HSL | 325.3º | 0.99% | 0.55% | - |
| HSV(B) | 325.3º | 0.91% | 1% | - |
| XYZ | 47.29 | 24.16 | 34.07 | - |
| YUV | 107.93 | 155.7 | 232.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 157 | 0 | 0.91 | 0.38 | 0.00 | 325.3 | 0.99 | 0.55 |
| Hex | FE | 18 | 9D | 0 | 5B | 26 | 0 | 145 | 63 | 37 |
| Octal | 376 | 30 | 235 | 0 | 133 | 46 | 0 | 505 | 143 | 67 |
| Binary | 11111110 | 11000 | 10011101 | 0 | 1011011 | 100110 | 0 | 101000101 | 1100011 | 110111 |
Color Harmonies of #FE189D
Complementary color
Monochromatic Colors of #FE189D
Black with #FE189D
Text Example
Text Example
White with #FE189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE189D; }
p { color: rgb(254,24,157); }
H1.HeaderClassName
{
color: #FE189D;
}
.AnyTagClassName
{
color: #FE189D;
}
</style>
background-color css
<style>
a { background-color: #FE189D; }
a { background-color: rgb(254,24,157); }
div.DivClassName
{
background-color: #FE189D;
}
.BgClassName
{
background-color: #FE189D;
}
</style>
border-color css
<style>
span { border-color: #FE189D; }
span { border-color: rgb(254,24,157); }
td.TdClassName
{
border-color: #FE189D;
}
.TagClassName
{
border-color: #FE189D;
}
</style>