Shades of Deep Pink #F7198D
Tints of Deep Pink #F7198D
RGB
CMYK
RGB Variations
Color information
#F7198D (or 0xF7198D) is known color: Deep Pink. HEX triplet: F7, 19 and 8D. RGB value is (247,25,141). Sum of RGB (Red+Green+Blue) = 247+25+141=413 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.81% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 247 - color contains mainly: red. Hex color #F7198D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7198D is #08E672. Grayscale: #686868. Windows color (decimal): -583283 or 9247223. OLE color: 9247223.
HSL color Cylindrical-coordinate representation of color #F7198D: hue angle of 328.65º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F7198D is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 141 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.03 |
| HSL | 328.65º | 0.93% | 0.53% | - |
| HSV(B) | 328.65º | 0.9% | 0.97% | - |
| XYZ | 43.51 | 22.39 | 27.23 | - |
| YUV | 104.6 | 148.55 | 229.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 141 | 0 | 0.90 | 0.43 | 0.03 | 328.65 | 0.93 | 0.53 |
| Hex | F7 | 19 | 8D | 0 | 5A | 2B | 3 | 149 | 5D | 35 |
| Octal | 367 | 31 | 215 | 0 | 132 | 53 | 3 | 511 | 135 | 65 |
| Binary | 11110111 | 11001 | 10001101 | 0 | 1011010 | 101011 | 11 | 101001001 | 1011101 | 110101 |
Color Harmonies of #F7198D
Complementary color
Monochromatic Colors of #F7198D
Black with #F7198D
Text Example
Text Example
White with #F7198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7198D; }
p { color: rgb(247,25,141); }
H1.HeaderClassName
{
color: #F7198D;
}
.AnyTagClassName
{
color: #F7198D;
}
</style>
background-color css
<style>
a { background-color: #F7198D; }
a { background-color: rgb(247,25,141); }
div.DivClassName
{
background-color: #F7198D;
}
.BgClassName
{
background-color: #F7198D;
}
</style>
border-color css
<style>
span { border-color: #F7198D; }
span { border-color: rgb(247,25,141); }
td.TdClassName
{
border-color: #F7198D;
}
.TagClassName
{
border-color: #F7198D;
}
</style>