Shades of Deep Pink #FD149D
Tints of Deep Pink #FD149D
RGB
CMYK
RGB Variations
Color information
#FD149D (or 0xFD149D) is known color: Deep Pink. HEX triplet: FD, 14 and 9D. RGB value is (253,20,157). Sum of RGB (Red+Green+Blue) = 253+20+157=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FD149D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD149D is #02EB62. Grayscale: #686868. Windows color (decimal): -191331 or 10294525. OLE color: 10294525.
HSL color Cylindrical-coordinate representation of color #FD149D: hue angle of 324.72º 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 #FD149D is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 157 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.01 |
| HSL | 324.72º | 0.98% | 0.54% | - |
| HSV(B) | 324.72º | 0.92% | 0.99% | - |
| XYZ | 46.84 | 23.82 | 34.03 | - |
| YUV | 105.29 | 157.19 | 233.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 157 | 0 | 0.92 | 0.38 | 0.01 | 324.72 | 0.98 | 0.54 |
| Hex | FD | 14 | 9D | 0 | 5C | 26 | 1 | 145 | 62 | 36 |
| Octal | 375 | 24 | 235 | 0 | 134 | 46 | 1 | 505 | 142 | 66 |
| Binary | 11111101 | 10100 | 10011101 | 0 | 1011100 | 100110 | 1 | 101000101 | 1100010 | 110110 |
Color Harmonies of #FD149D
Complementary color
Monochromatic Colors of #FD149D
Black with #FD149D
Text Example
Text Example
White with #FD149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD149D; }
p { color: rgb(253,20,157); }
H1.HeaderClassName
{
color: #FD149D;
}
.AnyTagClassName
{
color: #FD149D;
}
</style>
background-color css
<style>
a { background-color: #FD149D; }
a { background-color: rgb(253,20,157); }
div.DivClassName
{
background-color: #FD149D;
}
.BgClassName
{
background-color: #FD149D;
}
</style>
border-color css
<style>
span { border-color: #FD149D; }
span { border-color: rgb(253,20,157); }
td.TdClassName
{
border-color: #FD149D;
}
.TagClassName
{
border-color: #FD149D;
}
</style>