Shades of Deep Pink #FD139C
Tints of Deep Pink #FD139C
RGB
CMYK
RGB Variations
Color information
#FD139C (or 0xFD139C) is known color: Deep Pink. HEX triplet: FD, 13 and 9C. RGB value is (253,19,156). Sum of RGB (Red+Green+Blue) = 253+19+156=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 19 (7.81% from 255 or 4.44% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FD139C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD139C is #02EC63. Grayscale: #686868. Windows color (decimal): -191588 or 10228733. OLE color: 10228733.
HSL color Cylindrical-coordinate representation of color #FD139C: hue angle of 324.87º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD139C is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 19 | 156 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.01 |
| HSL | 324.87º | 0.98% | 0.53% | - |
| HSV(B) | 324.87º | 0.92% | 0.99% | - |
| XYZ | 46.74 | 23.75 | 33.57 | - |
| YUV | 104.58 | 157.02 | 233.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 19 | 156 | 0 | 0.92 | 0.38 | 0.01 | 324.87 | 0.98 | 0.53 |
| Hex | FD | 13 | 9C | 0 | 5C | 26 | 1 | 145 | 62 | 35 |
| Octal | 375 | 23 | 234 | 0 | 134 | 46 | 1 | 505 | 142 | 65 |
| Binary | 11111101 | 10011 | 10011100 | 0 | 1011100 | 100110 | 1 | 101000101 | 1100010 | 110101 |
Color Harmonies of #FD139C
Complementary color
Monochromatic Colors of #FD139C
Black with #FD139C
Text Example
Text Example
White with #FD139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD139C; }
p { color: rgb(253,19,156); }
H1.HeaderClassName
{
color: #FD139C;
}
.AnyTagClassName
{
color: #FD139C;
}
</style>
background-color css
<style>
a { background-color: #FD139C; }
a { background-color: rgb(253,19,156); }
div.DivClassName
{
background-color: #FD139C;
}
.BgClassName
{
background-color: #FD139C;
}
</style>
border-color css
<style>
span { border-color: #FD139C; }
span { border-color: rgb(253,19,156); }
td.TdClassName
{
border-color: #FD139C;
}
.TagClassName
{
border-color: #FD139C;
}
</style>