Shades of Deep Pink #FD0998
Tints of Deep Pink #FD0998
RGB
CMYK
RGB Variations
Color information
#FD0998 (or 0xFD0998) is known color: Deep Pink. HEX triplet: FD, 09 and 98. RGB value is (253,9,152). Sum of RGB (Red+Green+Blue) = 253+9+152=414 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.11% from 414); Green value is 9 (3.91% from 255 or 2.17% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0998 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0998 is #02F667. Grayscale: #616161. Windows color (decimal): -194152 or 9964029. OLE color: 9964029.
HSL color Cylindrical-coordinate representation of color #FD0998: hue angle of 324.84º 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 #FD0998 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 9 | 152 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.01 |
| HSL | 324.84º | 0.98% | 0.51% | - |
| HSV(B) | 324.84º | 0.96% | 0.99% | - |
| XYZ | 46.27 | 23.35 | 31.77 | - |
| YUV | 98.26 | 158.34 | 238.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 9 | 152 | 0 | 0.96 | 0.40 | 0.01 | 324.84 | 0.98 | 0.51 |
| Hex | FD | 9 | 98 | 0 | 60 | 28 | 1 | 145 | 62 | 33 |
| Octal | 375 | 11 | 230 | 0 | 140 | 50 | 1 | 505 | 142 | 63 |
| Binary | 11111101 | 1001 | 10011000 | 0 | 1100000 | 101000 | 1 | 101000101 | 1100010 | 110011 |
Color Harmonies of #FD0998
Complementary color
Monochromatic Colors of #FD0998
Black with #FD0998
Text Example
Text Example
White with #FD0998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0998; }
p { color: rgb(253,9,152); }
H1.HeaderClassName
{
color: #FD0998;
}
.AnyTagClassName
{
color: #FD0998;
}
</style>
background-color css
<style>
a { background-color: #FD0998; }
a { background-color: rgb(253,9,152); }
div.DivClassName
{
background-color: #FD0998;
}
.BgClassName
{
background-color: #FD0998;
}
</style>
border-color css
<style>
span { border-color: #FD0998; }
span { border-color: rgb(253,9,152); }
td.TdClassName
{
border-color: #FD0998;
}
.TagClassName
{
border-color: #FD0998;
}
</style>