Shades of Deep Pink #FD149F
Tints of Deep Pink #FD149F
RGB
CMYK
RGB Variations
Color information
#FD149F (or 0xFD149F) is known color: Deep Pink. HEX triplet: FD, 14 and 9F. RGB value is (253,20,159). Sum of RGB (Red+Green+Blue) = 253+20+159=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 20 (8.20% from 255 or 4.63% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FD149F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD149F is #02EB60. Grayscale: #696969. Windows color (decimal): -191329 or 10425597. OLE color: 10425597.
HSL color Cylindrical-coordinate representation of color #FD149F: hue angle of 324.21º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD149F is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 159 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.01 |
| HSL | 324.21º | 0.98% | 0.54% | - |
| HSV(B) | 324.21º | 0.92% | 0.99% | - |
| XYZ | 47.02 | 23.89 | 34.93 | - |
| YUV | 105.51 | 158.19 | 233.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 159 | 0 | 0.92 | 0.37 | 0.01 | 324.21 | 0.98 | 0.54 |
| Hex | FD | 14 | 9F | 0 | 5C | 25 | 1 | 144 | 62 | 36 |
| Octal | 375 | 24 | 237 | 0 | 134 | 45 | 1 | 504 | 142 | 66 |
| Binary | 11111101 | 10100 | 10011111 | 0 | 1011100 | 100101 | 1 | 101000100 | 1100010 | 110110 |
Color Harmonies of #FD149F
Complementary color
Monochromatic Colors of #FD149F
Black with #FD149F
Text Example
Text Example
White with #FD149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD149F; }
p { color: rgb(253,20,159); }
H1.HeaderClassName
{
color: #FD149F;
}
.AnyTagClassName
{
color: #FD149F;
}
</style>
background-color css
<style>
a { background-color: #FD149F; }
a { background-color: rgb(253,20,159); }
div.DivClassName
{
background-color: #FD149F;
}
.BgClassName
{
background-color: #FD149F;
}
</style>
border-color css
<style>
span { border-color: #FD149F; }
span { border-color: rgb(253,20,159); }
td.TdClassName
{
border-color: #FD149F;
}
.TagClassName
{
border-color: #FD149F;
}
</style>