Shades of Deep Pink #FD1394
Tints of Deep Pink #FD1394
RGB
CMYK
RGB Variations
Color information
#FD1394 (or 0xFD1394) is known color: Deep Pink. HEX triplet: FD, 13 and 94. RGB value is (253,19,148). Sum of RGB (Red+Green+Blue) = 253+19+148=420 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.24% from 420); Green value is 19 (7.81% from 255 or 4.52% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1394 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1394 is #02EC6B. Grayscale: #676767. Windows color (decimal): -191596 or 9704445. OLE color: 9704445.
HSL color Cylindrical-coordinate representation of color #FD1394: hue angle of 326.92º 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 #FD1394 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 19 | 148 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.01 |
| HSL | 326.92º | 0.98% | 0.53% | - |
| HSV(B) | 326.92º | 0.92% | 0.99% | - |
| XYZ | 46.09 | 23.49 | 30.12 | - |
| YUV | 103.67 | 153.02 | 234.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 19 | 148 | 0 | 0.92 | 0.42 | 0.01 | 326.92 | 0.98 | 0.53 |
| Hex | FD | 13 | 94 | 0 | 5C | 2A | 1 | 147 | 62 | 35 |
| Octal | 375 | 23 | 224 | 0 | 134 | 52 | 1 | 507 | 142 | 65 |
| Binary | 11111101 | 10011 | 10010100 | 0 | 1011100 | 101010 | 1 | 101000111 | 1100010 | 110101 |
Color Harmonies of #FD1394
Complementary color
Monochromatic Colors of #FD1394
Black with #FD1394
Text Example
Text Example
White with #FD1394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1394; }
p { color: rgb(253,19,148); }
H1.HeaderClassName
{
color: #FD1394;
}
.AnyTagClassName
{
color: #FD1394;
}
</style>
background-color css
<style>
a { background-color: #FD1394; }
a { background-color: rgb(253,19,148); }
div.DivClassName
{
background-color: #FD1394;
}
.BgClassName
{
background-color: #FD1394;
}
</style>
border-color css
<style>
span { border-color: #FD1394; }
span { border-color: rgb(253,19,148); }
td.TdClassName
{
border-color: #FD1394;
}
.TagClassName
{
border-color: #FD1394;
}
</style>