Shades of Deep Pink #F7097A
Tints of Deep Pink #F7097A
RGB
CMYK
RGB Variations
Color information
#F7097A (or 0xF7097A) is known color: Deep Pink. HEX triplet: F7, 09 and 7A. RGB value is (247,9,122). Sum of RGB (Red+Green+Blue) = 247+9+122=378 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.34% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 247 - color contains mainly: red. Hex color #F7097A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7097A is #08F685. Grayscale: #5C5C5C. Windows color (decimal): -587398 or 7997943. OLE color: 7997943.
HSL color Cylindrical-coordinate representation of color #F7097A: hue angle of 331.51º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7097A is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 9 | 122 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.03 |
| HSL | 331.51º | 0.94% | 0.5% | - |
| HSV(B) | 331.51º | 0.96% | 0.97% | - |
| XYZ | 41.97 | 21.37 | 20.33 | - |
| YUV | 93.04 | 144.35 | 237.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 9 | 122 | 0 | 0.96 | 0.51 | 0.03 | 331.51 | 0.94 | 0.5 |
| Hex | F7 | 9 | 7A | 0 | 60 | 33 | 3 | 14C | 5E | 32 |
| Octal | 367 | 11 | 172 | 0 | 140 | 63 | 3 | 514 | 136 | 62 |
| Binary | 11110111 | 1001 | 1111010 | 0 | 1100000 | 110011 | 11 | 101001100 | 1011110 | 110010 |
Color Harmonies of #F7097A
Complementary color
Monochromatic Colors of #F7097A
Black with #F7097A
Text Example
Text Example
White with #F7097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7097A; }
p { color: rgb(247,9,122); }
H1.HeaderClassName
{
color: #F7097A;
}
.AnyTagClassName
{
color: #F7097A;
}
</style>
background-color css
<style>
a { background-color: #F7097A; }
a { background-color: rgb(247,9,122); }
div.DivClassName
{
background-color: #F7097A;
}
.BgClassName
{
background-color: #F7097A;
}
</style>
border-color css
<style>
span { border-color: #F7097A; }
span { border-color: rgb(247,9,122); }
td.TdClassName
{
border-color: #F7097A;
}
.TagClassName
{
border-color: #F7097A;
}
</style>