Shades of Deep Pink #FE189C
Tints of Deep Pink #FE189C
RGB
CMYK
RGB Variations
Color information
#FE189C (or 0xFE189C) is known color: Deep Pink. HEX triplet: FE, 18 and 9C. RGB value is (254,24,156). Sum of RGB (Red+Green+Blue) = 254+24+156=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 24 (9.77% from 255 or 5.53% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE189C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE189C is #01E763. Grayscale: #6B6B6B. Windows color (decimal): -124772 or 10230014. OLE color: 10230014.
HSL color Cylindrical-coordinate representation of color #FE189C: hue angle of 325.57º 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 #FE189C is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 156 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.00 |
| HSL | 325.57º | 0.99% | 0.55% | - |
| HSV(B) | 325.57º | 0.91% | 1% | - |
| XYZ | 47.2 | 24.12 | 33.62 | - |
| YUV | 107.82 | 155.2 | 232.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 156 | 0 | 0.91 | 0.39 | 0.00 | 325.57 | 0.99 | 0.55 |
| Hex | FE | 18 | 9C | 0 | 5B | 27 | 0 | 146 | 63 | 37 |
| Octal | 376 | 30 | 234 | 0 | 133 | 47 | 0 | 506 | 143 | 67 |
| Binary | 11111110 | 11000 | 10011100 | 0 | 1011011 | 100111 | 0 | 101000110 | 1100011 | 110111 |
Color Harmonies of #FE189C
Complementary color
Monochromatic Colors of #FE189C
Black with #FE189C
Text Example
Text Example
White with #FE189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE189C; }
p { color: rgb(254,24,156); }
H1.HeaderClassName
{
color: #FE189C;
}
.AnyTagClassName
{
color: #FE189C;
}
</style>
background-color css
<style>
a { background-color: #FE189C; }
a { background-color: rgb(254,24,156); }
div.DivClassName
{
background-color: #FE189C;
}
.BgClassName
{
background-color: #FE189C;
}
</style>
border-color css
<style>
span { border-color: #FE189C; }
span { border-color: rgb(254,24,156); }
td.TdClassName
{
border-color: #FE189C;
}
.TagClassName
{
border-color: #FE189C;
}
</style>