Shades of Deep Pink #FD1992
Tints of Deep Pink #FD1992
RGB
CMYK
RGB Variations
Color information
#FD1992 (or 0xFD1992) is known color: Deep Pink. HEX triplet: FD, 19 and 92. RGB value is (253,25,146). Sum of RGB (Red+Green+Blue) = 253+25+146=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 25 (10.16% from 255 or 5.90% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1992 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1992 is #02E66D. Grayscale: #6A6A6A. Windows color (decimal): -190062 or 9574909. OLE color: 9574909.
HSL color Cylindrical-coordinate representation of color #FD1992: hue angle of 328.16º 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 #FD1992 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 25 | 146 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.01 |
| HSL | 328.16º | 0.98% | 0.55% | - |
| HSV(B) | 328.16º | 0.9% | 0.99% | - |
| XYZ | 46.04 | 23.65 | 29.33 | - |
| YUV | 106.97 | 150.04 | 232.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 25 | 146 | 0 | 0.90 | 0.42 | 0.01 | 328.16 | 0.98 | 0.55 |
| Hex | FD | 19 | 92 | 0 | 5A | 2A | 1 | 148 | 62 | 37 |
| Octal | 375 | 31 | 222 | 0 | 132 | 52 | 1 | 510 | 142 | 67 |
| Binary | 11111101 | 11001 | 10010010 | 0 | 1011010 | 101010 | 1 | 101001000 | 1100010 | 110111 |
Color Harmonies of #FD1992
Complementary color
Monochromatic Colors of #FD1992
Black with #FD1992
Text Example
Text Example
White with #FD1992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1992; }
p { color: rgb(253,25,146); }
H1.HeaderClassName
{
color: #FD1992;
}
.AnyTagClassName
{
color: #FD1992;
}
</style>
background-color css
<style>
a { background-color: #FD1992; }
a { background-color: rgb(253,25,146); }
div.DivClassName
{
background-color: #FD1992;
}
.BgClassName
{
background-color: #FD1992;
}
</style>
border-color css
<style>
span { border-color: #FD1992; }
span { border-color: rgb(253,25,146); }
td.TdClassName
{
border-color: #FD1992;
}
.TagClassName
{
border-color: #FD1992;
}
</style>