Shades of Deep Pink #FD189A
Tints of Deep Pink #FD189A
RGB
CMYK
RGB Variations
Color information
#FD189A (or 0xFD189A) is known color: Deep Pink. HEX triplet: FD, 18 and 9A. RGB value is (253,24,154). Sum of RGB (Red+Green+Blue) = 253+24+154=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 24 (9.77% from 255 or 5.57% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FD189A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD189A is #02E765. Grayscale: #6A6A6A. Windows color (decimal): -190310 or 10098941. OLE color: 10098941.
HSL color Cylindrical-coordinate representation of color #FD189A: hue angle of 325.94º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD189A is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 154 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.01 |
| HSL | 325.94º | 0.98% | 0.54% | - |
| HSV(B) | 325.94º | 0.91% | 0.99% | - |
| XYZ | 46.67 | 23.87 | 32.72 | - |
| YUV | 107.29 | 154.37 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 154 | 0 | 0.91 | 0.39 | 0.01 | 325.94 | 0.98 | 0.54 |
| Hex | FD | 18 | 9A | 0 | 5B | 27 | 1 | 146 | 62 | 36 |
| Octal | 375 | 30 | 232 | 0 | 133 | 47 | 1 | 506 | 142 | 66 |
| Binary | 11111101 | 11000 | 10011010 | 0 | 1011011 | 100111 | 1 | 101000110 | 1100010 | 110110 |
Color Harmonies of #FD189A
Complementary color
Monochromatic Colors of #FD189A
Black with #FD189A
Text Example
Text Example
White with #FD189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD189A; }
p { color: rgb(253,24,154); }
H1.HeaderClassName
{
color: #FD189A;
}
.AnyTagClassName
{
color: #FD189A;
}
</style>
background-color css
<style>
a { background-color: #FD189A; }
a { background-color: rgb(253,24,154); }
div.DivClassName
{
background-color: #FD189A;
}
.BgClassName
{
background-color: #FD189A;
}
</style>
border-color css
<style>
span { border-color: #FD189A; }
span { border-color: rgb(253,24,154); }
td.TdClassName
{
border-color: #FD189A;
}
.TagClassName
{
border-color: #FD189A;
}
</style>