Shades of Deep Pink #F9048C
Tints of Deep Pink #F9048C
RGB
CMYK
RGB Variations
Color information
#F9048C (or 0xF9048C) is known color: Deep Pink. HEX triplet: F9, 04 and 8C. RGB value is (249,4,140). Sum of RGB (Red+Green+Blue) = 249+4+140=393 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.36% from 393); Green value is 4 (1.95% from 255 or 1.02% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 249 - color contains mainly: red. Hex color #F9048C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9048C is #06FB73. Grayscale: #5C5C5C. Windows color (decimal): -457588 or 9176313. OLE color: 9176313.
HSL color Cylindrical-coordinate representation of color #F9048C: hue angle of 326.69º degrees, saturation: 0.97, 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 #F9048C is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 140 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.02 |
| HSL | 326.69º | 0.97% | 0.5% | - |
| HSV(B) | 326.69º | 0.98% | 0.98% | - |
| XYZ | 43.84 | 22.12 | 26.77 | - |
| YUV | 92.76 | 154.67 | 239.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 140 | 0 | 0.98 | 0.44 | 0.02 | 326.69 | 0.97 | 0.5 |
| Hex | F9 | 4 | 8C | 0 | 62 | 2C | 2 | 147 | 61 | 32 |
| Octal | 371 | 4 | 214 | 0 | 142 | 54 | 2 | 507 | 141 | 62 |
| Binary | 11111001 | 100 | 10001100 | 0 | 1100010 | 101100 | 10 | 101000111 | 1100001 | 110010 |
Color Harmonies of #F9048C
Complementary color
Monochromatic Colors of #F9048C
Black with #F9048C
Text Example
Text Example
White with #F9048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9048C; }
p { color: rgb(249,4,140); }
H1.HeaderClassName
{
color: #F9048C;
}
.AnyTagClassName
{
color: #F9048C;
}
</style>
background-color css
<style>
a { background-color: #F9048C; }
a { background-color: rgb(249,4,140); }
div.DivClassName
{
background-color: #F9048C;
}
.BgClassName
{
background-color: #F9048C;
}
</style>
border-color css
<style>
span { border-color: #F9048C; }
span { border-color: rgb(249,4,140); }
td.TdClassName
{
border-color: #F9048C;
}
.TagClassName
{
border-color: #F9048C;
}
</style>