Shades of Deep Pink #F7088F
Tints of Deep Pink #F7088F
RGB
CMYK
RGB Variations
Color information
#F7088F (or 0xF7088F) is known color: Deep Pink. HEX triplet: F7, 08 and 8F. RGB value is (247,8,143). Sum of RGB (Red+Green+Blue) = 247+8+143=398 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.06% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 247 - color contains mainly: red. Hex color #F7088F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7088F is #08F770. Grayscale: #5E5E5E. Windows color (decimal): -587633 or 9373943. OLE color: 9373943.
HSL color Cylindrical-coordinate representation of color #F7088F: hue angle of 326.11º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F7088F is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 143 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.03 |
| HSL | 326.11º | 0.94% | 0.5% | - |
| HSV(B) | 326.11º | 0.97% | 0.97% | - |
| XYZ | 43.4 | 21.93 | 27.93 | - |
| YUV | 94.85 | 155.18 | 236.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 143 | 0 | 0.97 | 0.42 | 0.03 | 326.11 | 0.94 | 0.5 |
| Hex | F7 | 8 | 8F | 0 | 61 | 2A | 3 | 146 | 5E | 32 |
| Octal | 367 | 10 | 217 | 0 | 141 | 52 | 3 | 506 | 136 | 62 |
| Binary | 11110111 | 1000 | 10001111 | 0 | 1100001 | 101010 | 11 | 101000110 | 1011110 | 110010 |
Color Harmonies of #F7088F
Complementary color
Monochromatic Colors of #F7088F
Black with #F7088F
Text Example
Text Example
White with #F7088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7088F; }
p { color: rgb(247,8,143); }
H1.HeaderClassName
{
color: #F7088F;
}
.AnyTagClassName
{
color: #F7088F;
}
</style>
background-color css
<style>
a { background-color: #F7088F; }
a { background-color: rgb(247,8,143); }
div.DivClassName
{
background-color: #F7088F;
}
.BgClassName
{
background-color: #F7088F;
}
</style>
border-color css
<style>
span { border-color: #F7088F; }
span { border-color: rgb(247,8,143); }
td.TdClassName
{
border-color: #F7088F;
}
.TagClassName
{
border-color: #F7088F;
}
</style>