Shades of Deep Pink #F7188F
Tints of Deep Pink #F7188F
RGB
CMYK
RGB Variations
Color information
#F7188F (or 0xF7188F) is known color: Deep Pink. HEX triplet: F7, 18 and 8F. RGB value is (247,24,143). Sum of RGB (Red+Green+Blue) = 247+24+143=414 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.66% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 247 - color contains mainly: red. Hex color #F7188F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7188F is #08E770. Grayscale: #676767. Windows color (decimal): -583537 or 9378039. OLE color: 9378039.
HSL color Cylindrical-coordinate representation of color #F7188F: hue angle of 327.98º 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 #F7188F is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 143 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.03 |
| HSL | 327.98º | 0.93% | 0.53% | - |
| HSV(B) | 327.98º | 0.9% | 0.97% | - |
| XYZ | 43.64 | 22.41 | 28.01 | - |
| YUV | 104.24 | 149.88 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 143 | 0 | 0.90 | 0.42 | 0.03 | 327.98 | 0.93 | 0.53 |
| Hex | F7 | 18 | 8F | 0 | 5A | 2A | 3 | 148 | 5D | 35 |
| Octal | 367 | 30 | 217 | 0 | 132 | 52 | 3 | 510 | 135 | 65 |
| Binary | 11110111 | 11000 | 10001111 | 0 | 1011010 | 101010 | 11 | 101001000 | 1011101 | 110101 |
Color Harmonies of #F7188F
Complementary color
Monochromatic Colors of #F7188F
Black with #F7188F
Text Example
Text Example
White with #F7188F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7188F; }
p { color: rgb(247,24,143); }
H1.HeaderClassName
{
color: #F7188F;
}
.AnyTagClassName
{
color: #F7188F;
}
</style>
background-color css
<style>
a { background-color: #F7188F; }
a { background-color: rgb(247,24,143); }
div.DivClassName
{
background-color: #F7188F;
}
.BgClassName
{
background-color: #F7188F;
}
</style>
border-color css
<style>
span { border-color: #F7188F; }
span { border-color: rgb(247,24,143); }
td.TdClassName
{
border-color: #F7188F;
}
.TagClassName
{
border-color: #F7188F;
}
</style>