Shades of Deep Pink #F9047A
Tints of Deep Pink #F9047A
RGB
CMYK
RGB Variations
Color information
#F9047A (or 0xF9047A) is known color: Deep Pink. HEX triplet: F9, 04 and 7A. RGB value is (249,4,122). Sum of RGB (Red+Green+Blue) = 249+4+122=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F9047A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9047A is #06FB85. Grayscale: #5A5A5A. Windows color (decimal): -457606 or 7996665. OLE color: 7996665.
HSL color Cylindrical-coordinate representation of color #F9047A: hue angle of 331.1º 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 #F9047A is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 122 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.02 |
| HSL | 331.1º | 0.97% | 0.5% | - |
| HSV(B) | 331.1º | 0.98% | 0.98% | - |
| XYZ | 42.62 | 21.63 | 20.34 | - |
| YUV | 90.71 | 145.67 | 240.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 122 | 0 | 0.98 | 0.51 | 0.02 | 331.1 | 0.97 | 0.5 |
| Hex | F9 | 4 | 7A | 0 | 62 | 33 | 2 | 14B | 61 | 32 |
| Octal | 371 | 4 | 172 | 0 | 142 | 63 | 2 | 513 | 141 | 62 |
| Binary | 11111001 | 100 | 1111010 | 0 | 1100010 | 110011 | 10 | 101001011 | 1100001 | 110010 |
Color Harmonies of #F9047A
Complementary color
Monochromatic Colors of #F9047A
Black with #F9047A
Text Example
Text Example
White with #F9047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9047A; }
p { color: rgb(249,4,122); }
H1.HeaderClassName
{
color: #F9047A;
}
.AnyTagClassName
{
color: #F9047A;
}
</style>
background-color css
<style>
a { background-color: #F9047A; }
a { background-color: rgb(249,4,122); }
div.DivClassName
{
background-color: #F9047A;
}
.BgClassName
{
background-color: #F9047A;
}
</style>
border-color css
<style>
span { border-color: #F9047A; }
span { border-color: rgb(249,4,122); }
td.TdClassName
{
border-color: #F9047A;
}
.TagClassName
{
border-color: #F9047A;
}
</style>