Shades of Deep Pink #F9058C
Tints of Deep Pink #F9058C
RGB
CMYK
RGB Variations
Color information
#F9058C (or 0xF9058C) is known color: Deep Pink. HEX triplet: F9, 05 and 8C. RGB value is (249,5,140). Sum of RGB (Red+Green+Blue) = 249+5+140=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F9058C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9058C is #06FA73. Grayscale: #5D5D5D. Windows color (decimal): -457332 or 9176569. OLE color: 9176569.
HSL color Cylindrical-coordinate representation of color #F9058C: hue angle of 326.8º 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 #F9058C is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 140 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.02 |
| HSL | 326.8º | 0.96% | 0.5% | - |
| HSV(B) | 326.8º | 0.98% | 0.98% | - |
| XYZ | 43.85 | 22.14 | 26.77 | - |
| YUV | 93.35 | 154.34 | 239.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 140 | 0 | 0.98 | 0.44 | 0.02 | 326.8 | 0.96 | 0.5 |
| Hex | F9 | 5 | 8C | 0 | 62 | 2C | 2 | 147 | 60 | 32 |
| Octal | 371 | 5 | 214 | 0 | 142 | 54 | 2 | 507 | 140 | 62 |
| Binary | 11111001 | 101 | 10001100 | 0 | 1100010 | 101100 | 10 | 101000111 | 1100000 | 110010 |
Color Harmonies of #F9058C
Complementary color
Monochromatic Colors of #F9058C
Black with #F9058C
Text Example
Text Example
White with #F9058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9058C; }
p { color: rgb(249,5,140); }
H1.HeaderClassName
{
color: #F9058C;
}
.AnyTagClassName
{
color: #F9058C;
}
</style>
background-color css
<style>
a { background-color: #F9058C; }
a { background-color: rgb(249,5,140); }
div.DivClassName
{
background-color: #F9058C;
}
.BgClassName
{
background-color: #F9058C;
}
</style>
border-color css
<style>
span { border-color: #F9058C; }
span { border-color: rgb(249,5,140); }
td.TdClassName
{
border-color: #F9058C;
}
.TagClassName
{
border-color: #F9058C;
}
</style>