Shades of Deep Pink #FD149C
Tints of Deep Pink #FD149C
RGB
CMYK
RGB Variations
Color information
#FD149C (or 0xFD149C) is known color: Deep Pink. HEX triplet: FD, 14 and 9C. RGB value is (253,20,156). Sum of RGB (Red+Green+Blue) = 253+20+156=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 20 (8.20% from 255 or 4.66% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FD149C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD149C is #02EB63. Grayscale: #686868. Windows color (decimal): -191332 or 10228989. OLE color: 10228989.
HSL color Cylindrical-coordinate representation of color #FD149C: hue angle of 324.98º 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 #FD149C is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 156 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.01 |
| HSL | 324.98º | 0.98% | 0.54% | - |
| HSV(B) | 324.98º | 0.92% | 0.99% | - |
| XYZ | 46.76 | 23.78 | 33.58 | - |
| YUV | 105.17 | 156.69 | 233.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 156 | 0 | 0.92 | 0.38 | 0.01 | 324.98 | 0.98 | 0.54 |
| Hex | FD | 14 | 9C | 0 | 5C | 26 | 1 | 145 | 62 | 36 |
| Octal | 375 | 24 | 234 | 0 | 134 | 46 | 1 | 505 | 142 | 66 |
| Binary | 11111101 | 10100 | 10011100 | 0 | 1011100 | 100110 | 1 | 101000101 | 1100010 | 110110 |
Color Harmonies of #FD149C
Complementary color
Monochromatic Colors of #FD149C
Black with #FD149C
Text Example
Text Example
White with #FD149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD149C; }
p { color: rgb(253,20,156); }
H1.HeaderClassName
{
color: #FD149C;
}
.AnyTagClassName
{
color: #FD149C;
}
</style>
background-color css
<style>
a { background-color: #FD149C; }
a { background-color: rgb(253,20,156); }
div.DivClassName
{
background-color: #FD149C;
}
.BgClassName
{
background-color: #FD149C;
}
</style>
border-color css
<style>
span { border-color: #FD149C; }
span { border-color: rgb(253,20,156); }
td.TdClassName
{
border-color: #FD149C;
}
.TagClassName
{
border-color: #FD149C;
}
</style>