Shades of Deep Pink #F7098D
Tints of Deep Pink #F7098D
RGB
CMYK
RGB Variations
Color information
#F7098D (or 0xF7098D) is known color: Deep Pink. HEX triplet: F7, 09 and 8D. RGB value is (247,9,141). Sum of RGB (Red+Green+Blue) = 247+9+141=397 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.22% from 397); Green value is 9 (3.91% from 255 or 2.27% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 247 - color contains mainly: red. Hex color #F7098D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7098D is #08F672. Grayscale: #5E5E5E. Windows color (decimal): -587379 or 9243127. OLE color: 9243127.
HSL color Cylindrical-coordinate representation of color #F7098D: hue angle of 326.72º 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 #F7098D is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 9 | 141 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.03 |
| HSL | 326.72º | 0.94% | 0.5% | - |
| HSV(B) | 326.72º | 0.96% | 0.97% | - |
| XYZ | 43.26 | 21.89 | 27.14 | - |
| YUV | 95.21 | 153.85 | 236.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 9 | 141 | 0 | 0.96 | 0.43 | 0.03 | 326.72 | 0.94 | 0.5 |
| Hex | F7 | 9 | 8D | 0 | 60 | 2B | 3 | 147 | 5E | 32 |
| Octal | 367 | 11 | 215 | 0 | 140 | 53 | 3 | 507 | 136 | 62 |
| Binary | 11110111 | 1001 | 10001101 | 0 | 1100000 | 101011 | 11 | 101000111 | 1011110 | 110010 |
Color Harmonies of #F7098D
Complementary color
Monochromatic Colors of #F7098D
Black with #F7098D
Text Example
Text Example
White with #F7098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7098D; }
p { color: rgb(247,9,141); }
H1.HeaderClassName
{
color: #F7098D;
}
.AnyTagClassName
{
color: #F7098D;
}
</style>
background-color css
<style>
a { background-color: #F7098D; }
a { background-color: rgb(247,9,141); }
div.DivClassName
{
background-color: #F7098D;
}
.BgClassName
{
background-color: #F7098D;
}
</style>
border-color css
<style>
span { border-color: #F7098D; }
span { border-color: rgb(247,9,141); }
td.TdClassName
{
border-color: #F7098D;
}
.TagClassName
{
border-color: #F7098D;
}
</style>