Shades of Deep Pink #F7199B
Tints of Deep Pink #F7199B
RGB
CMYK
RGB Variations
Color information
#F7199B (or 0xF7199B) is known color: Deep Pink. HEX triplet: F7, 19 and 9B. RGB value is (247,25,155). Sum of RGB (Red+Green+Blue) = 247+25+155=427 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.85% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 247 - color contains mainly: red. Hex color #F7199B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7199B is #08E664. Grayscale: #696969. Windows color (decimal): -583269 or 10164727. OLE color: 10164727.
HSL color Cylindrical-coordinate representation of color #F7199B: hue angle of 324.86º 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 #F7199B is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 155 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.03 |
| HSL | 324.86º | 0.93% | 0.53% | - |
| HSV(B) | 324.86º | 0.9% | 0.97% | - |
| XYZ | 44.62 | 22.84 | 33.07 | - |
| YUV | 106.2 | 155.55 | 228.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 155 | 0 | 0.90 | 0.37 | 0.03 | 324.86 | 0.93 | 0.53 |
| Hex | F7 | 19 | 9B | 0 | 5A | 25 | 3 | 145 | 5D | 35 |
| Octal | 367 | 31 | 233 | 0 | 132 | 45 | 3 | 505 | 135 | 65 |
| Binary | 11110111 | 11001 | 10011011 | 0 | 1011010 | 100101 | 11 | 101000101 | 1011101 | 110101 |
Color Harmonies of #F7199B
Complementary color
Monochromatic Colors of #F7199B
Black with #F7199B
Text Example
Text Example
White with #F7199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7199B; }
p { color: rgb(247,25,155); }
H1.HeaderClassName
{
color: #F7199B;
}
.AnyTagClassName
{
color: #F7199B;
}
</style>
background-color css
<style>
a { background-color: #F7199B; }
a { background-color: rgb(247,25,155); }
div.DivClassName
{
background-color: #F7199B;
}
.BgClassName
{
background-color: #F7199B;
}
</style>
border-color css
<style>
span { border-color: #F7199B; }
span { border-color: rgb(247,25,155); }
td.TdClassName
{
border-color: #F7199B;
}
.TagClassName
{
border-color: #F7199B;
}
</style>