Shades of Deep Pink #FD1994
Tints of Deep Pink #FD1994
RGB
CMYK
RGB Variations
Color information
#FD1994 (or 0xFD1994) is known color: Deep Pink. HEX triplet: FD, 19 and 94. RGB value is (253,25,148). Sum of RGB (Red+Green+Blue) = 253+25+148=426 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.39% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1994 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1994 is #02E66B. Grayscale: #6A6A6A. Windows color (decimal): -190060 or 9705981. OLE color: 9705981.
HSL color Cylindrical-coordinate representation of color #FD1994: hue angle of 327.63º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD1994 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 25 | 148 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.01 |
| HSL | 327.63º | 0.98% | 0.55% | - |
| HSV(B) | 327.63º | 0.9% | 0.99% | - |
| XYZ | 46.2 | 23.72 | 30.16 | - |
| YUV | 107.19 | 151.04 | 232 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 25 | 148 | 0 | 0.90 | 0.42 | 0.01 | 327.63 | 0.98 | 0.55 |
| Hex | FD | 19 | 94 | 0 | 5A | 2A | 1 | 148 | 62 | 37 |
| Octal | 375 | 31 | 224 | 0 | 132 | 52 | 1 | 510 | 142 | 67 |
| Binary | 11111101 | 11001 | 10010100 | 0 | 1011010 | 101010 | 1 | 101001000 | 1100010 | 110111 |
Color Harmonies of #FD1994
Complementary color
Monochromatic Colors of #FD1994
Black with #FD1994
Text Example
Text Example
White with #FD1994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1994; }
p { color: rgb(253,25,148); }
H1.HeaderClassName
{
color: #FD1994;
}
.AnyTagClassName
{
color: #FD1994;
}
</style>
background-color css
<style>
a { background-color: #FD1994; }
a { background-color: rgb(253,25,148); }
div.DivClassName
{
background-color: #FD1994;
}
.BgClassName
{
background-color: #FD1994;
}
</style>
border-color css
<style>
span { border-color: #FD1994; }
span { border-color: rgb(253,25,148); }
td.TdClassName
{
border-color: #FD1994;
}
.TagClassName
{
border-color: #FD1994;
}
</style>