Shades of Deep Pink #F9047C
Tints of Deep Pink #F9047C
RGB
CMYK
RGB Variations
Color information
#F9047C (or 0xF9047C) is known color: Deep Pink. HEX triplet: F9, 04 and 7C. RGB value is (249,4,124). Sum of RGB (Red+Green+Blue) = 249+4+124=377 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.05% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 249 - color contains mainly: red. Hex color #F9047C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9047C is #06FB83. Grayscale: #5A5A5A. Windows color (decimal): -457604 or 8127737. OLE color: 8127737.
HSL color Cylindrical-coordinate representation of color #F9047C: hue angle of 330.61º 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 #F9047C is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 124 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.02 |
| HSL | 330.61º | 0.97% | 0.5% | - |
| HSV(B) | 330.61º | 0.98% | 0.98% | - |
| XYZ | 42.75 | 21.68 | 21 | - |
| YUV | 90.94 | 146.67 | 240.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 124 | 0 | 0.98 | 0.50 | 0.02 | 330.61 | 0.97 | 0.5 |
| Hex | F9 | 4 | 7C | 0 | 62 | 32 | 2 | 14B | 61 | 32 |
| Octal | 371 | 4 | 174 | 0 | 142 | 62 | 2 | 513 | 141 | 62 |
| Binary | 11111001 | 100 | 1111100 | 0 | 1100010 | 110010 | 10 | 101001011 | 1100001 | 110010 |
Color Harmonies of #F9047C
Complementary color
Monochromatic Colors of #F9047C
Black with #F9047C
Text Example
Text Example
White with #F9047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9047C; }
p { color: rgb(249,4,124); }
H1.HeaderClassName
{
color: #F9047C;
}
.AnyTagClassName
{
color: #F9047C;
}
</style>
background-color css
<style>
a { background-color: #F9047C; }
a { background-color: rgb(249,4,124); }
div.DivClassName
{
background-color: #F9047C;
}
.BgClassName
{
background-color: #F9047C;
}
</style>
border-color css
<style>
span { border-color: #F9047C; }
span { border-color: rgb(249,4,124); }
td.TdClassName
{
border-color: #F9047C;
}
.TagClassName
{
border-color: #F9047C;
}
</style>