Shades of Deep Pink #F9058D
Tints of Deep Pink #F9058D
RGB
CMYK
RGB Variations
Color information
#F9058D (or 0xF9058D) is known color: Deep Pink. HEX triplet: F9, 05 and 8D. RGB value is (249,5,141). Sum of RGB (Red+Green+Blue) = 249+5+141=395 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.04% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 249 - color contains mainly: red. Hex color #F9058D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9058D is #06FA72. Grayscale: #5D5D5D. Windows color (decimal): -457331 or 9242105. OLE color: 9242105.
HSL color Cylindrical-coordinate representation of color #F9058D: hue angle of 326.56º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9058D is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 141 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.02 |
| HSL | 326.56º | 0.96% | 0.5% | - |
| HSV(B) | 326.56º | 0.98% | 0.98% | - |
| XYZ | 43.93 | 22.17 | 27.16 | - |
| YUV | 93.46 | 154.84 | 238.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 141 | 0 | 0.98 | 0.43 | 0.02 | 326.56 | 0.96 | 0.5 |
| Hex | F9 | 5 | 8D | 0 | 62 | 2B | 2 | 147 | 60 | 32 |
| Octal | 371 | 5 | 215 | 0 | 142 | 53 | 2 | 507 | 140 | 62 |
| Binary | 11111001 | 101 | 10001101 | 0 | 1100010 | 101011 | 10 | 101000111 | 1100000 | 110010 |
Color Harmonies of #F9058D
Complementary color
Monochromatic Colors of #F9058D
Black with #F9058D
Text Example
Text Example
White with #F9058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9058D; }
p { color: rgb(249,5,141); }
H1.HeaderClassName
{
color: #F9058D;
}
.AnyTagClassName
{
color: #F9058D;
}
</style>
background-color css
<style>
a { background-color: #F9058D; }
a { background-color: rgb(249,5,141); }
div.DivClassName
{
background-color: #F9058D;
}
.BgClassName
{
background-color: #F9058D;
}
</style>
border-color css
<style>
span { border-color: #F9058D; }
span { border-color: rgb(249,5,141); }
td.TdClassName
{
border-color: #F9058D;
}
.TagClassName
{
border-color: #F9058D;
}
</style>