Shades of Deep Pink #F7098B
Tints of Deep Pink #F7098B
RGB
CMYK
RGB Variations
Color information
#F7098B (or 0xF7098B) is known color: Deep Pink. HEX triplet: F7, 09 and 8B. RGB value is (247,9,139). Sum of RGB (Red+Green+Blue) = 247+9+139=395 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.53% from 395); Green value is 9 (3.91% from 255 or 2.28% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 247 - color contains mainly: red. Hex color #F7098B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7098B is #08F674. Grayscale: #5E5E5E. Windows color (decimal): -587381 or 9112055. OLE color: 9112055.
HSL color Cylindrical-coordinate representation of color #F7098B: hue angle of 327.23º 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 #F7098B is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 9 | 139 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.03 |
| HSL | 327.23º | 0.94% | 0.5% | - |
| HSV(B) | 327.23º | 0.96% | 0.97% | - |
| XYZ | 43.12 | 21.83 | 26.37 | - |
| YUV | 94.98 | 152.85 | 236.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 9 | 139 | 0 | 0.96 | 0.44 | 0.03 | 327.23 | 0.94 | 0.5 |
| Hex | F7 | 9 | 8B | 0 | 60 | 2C | 3 | 147 | 5E | 32 |
| Octal | 367 | 11 | 213 | 0 | 140 | 54 | 3 | 507 | 136 | 62 |
| Binary | 11110111 | 1001 | 10001011 | 0 | 1100000 | 101100 | 11 | 101000111 | 1011110 | 110010 |
Color Harmonies of #F7098B
Complementary color
Monochromatic Colors of #F7098B
Black with #F7098B
Text Example
Text Example
White with #F7098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7098B; }
p { color: rgb(247,9,139); }
H1.HeaderClassName
{
color: #F7098B;
}
.AnyTagClassName
{
color: #F7098B;
}
</style>
background-color css
<style>
a { background-color: #F7098B; }
a { background-color: rgb(247,9,139); }
div.DivClassName
{
background-color: #F7098B;
}
.BgClassName
{
background-color: #F7098B;
}
</style>
border-color css
<style>
span { border-color: #F7098B; }
span { border-color: rgb(247,9,139); }
td.TdClassName
{
border-color: #F7098B;
}
.TagClassName
{
border-color: #F7098B;
}
</style>