Shades of Deep Pink #FD0992
Tints of Deep Pink #FD0992
RGB
CMYK
RGB Variations
Color information
#FD0992 (or 0xFD0992) is known color: Deep Pink. HEX triplet: FD, 09 and 92. RGB value is (253,9,146). Sum of RGB (Red+Green+Blue) = 253+9+146=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 9 (3.91% from 255 or 2.21% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0992 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0992 is #02F66D. Grayscale: #616161. Windows color (decimal): -194158 or 9570813. OLE color: 9570813.
HSL color Cylindrical-coordinate representation of color #FD0992: hue angle of 326.31º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0992 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 9 | 146 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.01 |
| HSL | 326.31º | 0.98% | 0.51% | - |
| HSV(B) | 326.31º | 0.96% | 0.99% | - |
| XYZ | 45.79 | 23.15 | 29.25 | - |
| YUV | 97.57 | 155.34 | 238.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 9 | 146 | 0 | 0.96 | 0.42 | 0.01 | 326.31 | 0.98 | 0.51 |
| Hex | FD | 9 | 92 | 0 | 60 | 2A | 1 | 146 | 62 | 33 |
| Octal | 375 | 11 | 222 | 0 | 140 | 52 | 1 | 506 | 142 | 63 |
| Binary | 11111101 | 1001 | 10010010 | 0 | 1100000 | 101010 | 1 | 101000110 | 1100010 | 110011 |
Color Harmonies of #FD0992
Complementary color
Monochromatic Colors of #FD0992
Black with #FD0992
Text Example
Text Example
White with #FD0992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0992; }
p { color: rgb(253,9,146); }
H1.HeaderClassName
{
color: #FD0992;
}
.AnyTagClassName
{
color: #FD0992;
}
</style>
background-color css
<style>
a { background-color: #FD0992; }
a { background-color: rgb(253,9,146); }
div.DivClassName
{
background-color: #FD0992;
}
.BgClassName
{
background-color: #FD0992;
}
</style>
border-color css
<style>
span { border-color: #FD0992; }
span { border-color: rgb(253,9,146); }
td.TdClassName
{
border-color: #FD0992;
}
.TagClassName
{
border-color: #FD0992;
}
</style>