Shades of Deep Pink #F9077B
Tints of Deep Pink #F9077B
RGB
CMYK
RGB Variations
Color information
#F9077B (or 0xF9077B) is known color: Deep Pink. HEX triplet: F9, 07 and 7B. RGB value is (249,7,123). Sum of RGB (Red+Green+Blue) = 249+7+123=379 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.70% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 249 - color contains mainly: red. Hex color #F9077B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9077B is #06F884. Grayscale: #5C5C5C. Windows color (decimal): -456837 or 8062969. OLE color: 8062969.
HSL color Cylindrical-coordinate representation of color #F9077B: hue angle of 331.24º 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 #F9077B is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 7 | 123 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.02 |
| HSL | 331.24º | 0.95% | 0.5% | - |
| HSV(B) | 331.24º | 0.97% | 0.98% | - |
| XYZ | 42.72 | 21.72 | 20.68 | - |
| YUV | 92.58 | 145.17 | 239.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 7 | 123 | 0 | 0.97 | 0.51 | 0.02 | 331.24 | 0.95 | 0.5 |
| Hex | F9 | 7 | 7B | 0 | 61 | 33 | 2 | 14B | 5F | 32 |
| Octal | 371 | 7 | 173 | 0 | 141 | 63 | 2 | 513 | 137 | 62 |
| Binary | 11111001 | 111 | 1111011 | 0 | 1100001 | 110011 | 10 | 101001011 | 1011111 | 110010 |
Color Harmonies of #F9077B
Complementary color
Monochromatic Colors of #F9077B
Black with #F9077B
Text Example
Text Example
White with #F9077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9077B; }
p { color: rgb(249,7,123); }
H1.HeaderClassName
{
color: #F9077B;
}
.AnyTagClassName
{
color: #F9077B;
}
</style>
background-color css
<style>
a { background-color: #F9077B; }
a { background-color: rgb(249,7,123); }
div.DivClassName
{
background-color: #F9077B;
}
.BgClassName
{
background-color: #F9077B;
}
</style>
border-color css
<style>
span { border-color: #F9077B; }
span { border-color: rgb(249,7,123); }
td.TdClassName
{
border-color: #F9077B;
}
.TagClassName
{
border-color: #F9077B;
}
</style>