Shades of Deep Pink #FD0792
Tints of Deep Pink #FD0792
RGB
CMYK
RGB Variations
Color information
#FD0792 (or 0xFD0792) is known color: Deep Pink. HEX triplet: FD, 07 and 92. RGB value is (253,7,146). Sum of RGB (Red+Green+Blue) = 253+7+146=406 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.32% from 406); Green value is 7 (3.12% from 255 or 1.72% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0792 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0792 is #02F86D. Grayscale: #606060. Windows color (decimal): -194670 or 9570301. OLE color: 9570301.
HSL color Cylindrical-coordinate representation of color #FD0792: hue angle of 326.1º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD0792 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 7 | 146 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.01 |
| HSL | 326.1º | 0.98% | 0.51% | - |
| HSV(B) | 326.1º | 0.97% | 0.99% | - |
| XYZ | 45.77 | 23.11 | 29.24 | - |
| YUV | 96.4 | 156 | 239.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 7 | 146 | 0 | 0.97 | 0.42 | 0.01 | 326.1 | 0.98 | 0.51 |
| Hex | FD | 7 | 92 | 0 | 61 | 2A | 1 | 146 | 62 | 33 |
| Octal | 375 | 7 | 222 | 0 | 141 | 52 | 1 | 506 | 142 | 63 |
| Binary | 11111101 | 111 | 10010010 | 0 | 1100001 | 101010 | 1 | 101000110 | 1100010 | 110011 |
Color Harmonies of #FD0792
Complementary color
Monochromatic Colors of #FD0792
Black with #FD0792
Text Example
Text Example
White with #FD0792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0792; }
p { color: rgb(253,7,146); }
H1.HeaderClassName
{
color: #FD0792;
}
.AnyTagClassName
{
color: #FD0792;
}
</style>
background-color css
<style>
a { background-color: #FD0792; }
a { background-color: rgb(253,7,146); }
div.DivClassName
{
background-color: #FD0792;
}
.BgClassName
{
background-color: #FD0792;
}
</style>
border-color css
<style>
span { border-color: #FD0792; }
span { border-color: rgb(253,7,146); }
td.TdClassName
{
border-color: #FD0792;
}
.TagClassName
{
border-color: #FD0792;
}
</style>