Shades of Deep Pink #F9077A
Tints of Deep Pink #F9077A
RGB
CMYK
RGB Variations
Color information
#F9077A (or 0xF9077A) is known color: Deep Pink. HEX triplet: F9, 07 and 7A. RGB value is (249,7,122). Sum of RGB (Red+Green+Blue) = 249+7+122=378 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.87% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 249 - color contains mainly: red. Hex color #F9077A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9077A is #06F885. Grayscale: #5C5C5C. Windows color (decimal): -456838 or 7997433. OLE color: 7997433.
HSL color Cylindrical-coordinate representation of color #F9077A: hue angle of 331.49º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F9077A is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 7 | 122 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.02 |
| HSL | 331.49º | 0.95% | 0.5% | - |
| HSV(B) | 331.49º | 0.97% | 0.98% | - |
| XYZ | 42.66 | 21.7 | 20.35 | - |
| YUV | 92.47 | 144.67 | 239.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 7 | 122 | 0 | 0.97 | 0.51 | 0.02 | 331.49 | 0.95 | 0.5 |
| Hex | F9 | 7 | 7A | 0 | 61 | 33 | 2 | 14B | 5F | 32 |
| Octal | 371 | 7 | 172 | 0 | 141 | 63 | 2 | 513 | 137 | 62 |
| Binary | 11111001 | 111 | 1111010 | 0 | 1100001 | 110011 | 10 | 101001011 | 1011111 | 110010 |
Color Harmonies of #F9077A
Complementary color
Monochromatic Colors of #F9077A
Black with #F9077A
Text Example
Text Example
White with #F9077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9077A; }
p { color: rgb(249,7,122); }
H1.HeaderClassName
{
color: #F9077A;
}
.AnyTagClassName
{
color: #F9077A;
}
</style>
background-color css
<style>
a { background-color: #F9077A; }
a { background-color: rgb(249,7,122); }
div.DivClassName
{
background-color: #F9077A;
}
.BgClassName
{
background-color: #F9077A;
}
</style>
border-color css
<style>
span { border-color: #F9077A; }
span { border-color: rgb(249,7,122); }
td.TdClassName
{
border-color: #F9077A;
}
.TagClassName
{
border-color: #F9077A;
}
</style>