Shades of Deep Pink #FE189B
Tints of Deep Pink #FE189B
RGB
CMYK
RGB Variations
Color information
#FE189B (or 0xFE189B) is known color: Deep Pink. HEX triplet: FE, 18 and 9B. RGB value is (254,24,155). Sum of RGB (Red+Green+Blue) = 254+24+155=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 24 (9.77% from 255 or 5.54% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE189B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE189B is #01E764. Grayscale: #6B6B6B. Windows color (decimal): -124773 or 10164478. OLE color: 10164478.
HSL color Cylindrical-coordinate representation of color #FE189B: hue angle of 325.83º 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 #FE189B is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 155 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.00 |
| HSL | 325.83º | 0.99% | 0.55% | - |
| HSV(B) | 325.83º | 0.91% | 1% | - |
| XYZ | 47.12 | 24.09 | 33.18 | - |
| YUV | 107.7 | 154.7 | 232.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 155 | 0 | 0.91 | 0.39 | 0.00 | 325.83 | 0.99 | 0.55 |
| Hex | FE | 18 | 9B | 0 | 5B | 27 | 0 | 146 | 63 | 37 |
| Octal | 376 | 30 | 233 | 0 | 133 | 47 | 0 | 506 | 143 | 67 |
| Binary | 11111110 | 11000 | 10011011 | 0 | 1011011 | 100111 | 0 | 101000110 | 1100011 | 110111 |
Color Harmonies of #FE189B
Complementary color
Monochromatic Colors of #FE189B
Black with #FE189B
Text Example
Text Example
White with #FE189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE189B; }
p { color: rgb(254,24,155); }
H1.HeaderClassName
{
color: #FE189B;
}
.AnyTagClassName
{
color: #FE189B;
}
</style>
background-color css
<style>
a { background-color: #FE189B; }
a { background-color: rgb(254,24,155); }
div.DivClassName
{
background-color: #FE189B;
}
.BgClassName
{
background-color: #FE189B;
}
</style>
border-color css
<style>
span { border-color: #FE189B; }
span { border-color: rgb(254,24,155); }
td.TdClassName
{
border-color: #FE189B;
}
.TagClassName
{
border-color: #FE189B;
}
</style>