Shades of Deep Pink #F50984
Tints of Deep Pink #F50984
RGB
CMYK
RGB Variations
Color information
#F50984 (or 0xF50984) is known color: Deep Pink. HEX triplet: F5, 09 and 84. RGB value is (245,9,132). Sum of RGB (Red+Green+Blue) = 245+9+132=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F50984 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50984 is #0AF67B. Grayscale: #5D5D5D. Windows color (decimal): -718460 or 8653301. OLE color: 8653301.
HSL color Cylindrical-coordinate representation of color #F50984: hue angle of 328.73º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50984 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 132 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.04 |
| HSL | 328.73º | 0.93% | 0.5% | - |
| HSV(B) | 328.73º | 0.96% | 0.96% | - |
| XYZ | 41.92 | 21.27 | 23.73 | - |
| YUV | 93.59 | 149.69 | 236 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 132 | 0 | 0.96 | 0.46 | 0.04 | 328.73 | 0.93 | 0.5 |
| Hex | F5 | 9 | 84 | 0 | 60 | 2E | 4 | 149 | 5D | 32 |
| Octal | 365 | 11 | 204 | 0 | 140 | 56 | 4 | 511 | 135 | 62 |
| Binary | 11110101 | 1001 | 10000100 | 0 | 1100000 | 101110 | 100 | 101001001 | 1011101 | 110010 |
Color Harmonies of #F50984
Complementary color
Monochromatic Colors of #F50984
Black with #F50984
Text Example
Text Example
White with #F50984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50984; }
p { color: rgb(245,9,132); }
H1.HeaderClassName
{
color: #F50984;
}
.AnyTagClassName
{
color: #F50984;
}
</style>
background-color css
<style>
a { background-color: #F50984; }
a { background-color: rgb(245,9,132); }
div.DivClassName
{
background-color: #F50984;
}
.BgClassName
{
background-color: #F50984;
}
</style>
border-color css
<style>
span { border-color: #F50984; }
span { border-color: rgb(245,9,132); }
td.TdClassName
{
border-color: #F50984;
}
.TagClassName
{
border-color: #F50984;
}
</style>