Shades of Deep Pink #F70188
Tints of Deep Pink #F70188
RGB
CMYK
RGB Variations
Color information
#F70188 (or 0xF70188) is known color: Deep Pink. HEX triplet: F7, 01 and 88. RGB value is (247,1,136). Sum of RGB (Red+Green+Blue) = 247+1+136=384 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.32% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 247 - color contains mainly: red. Hex color #F70188 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70188 is #08FE77. Grayscale: #595959. Windows color (decimal): -589432 or 8913399. OLE color: 8913399.
HSL color Cylindrical-coordinate representation of color #F70188: hue angle of 327.07º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70188 is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 136 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.03 |
| HSL | 327.07º | 0.99% | 0.49% | - |
| HSV(B) | 327.07º | 1% | 0.97% | - |
| XYZ | 42.81 | 21.57 | 25.2 | - |
| YUV | 89.94 | 154 | 240.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 136 | 0 | 1.00 | 0.45 | 0.03 | 327.07 | 0.99 | 0.49 |
| Hex | F7 | 1 | 88 | 0 | 64 | 2D | 3 | 147 | 63 | 31 |
| Octal | 367 | 1 | 210 | 0 | 144 | 55 | 3 | 507 | 143 | 61 |
| Binary | 11110111 | 1 | 10001000 | 0 | 1100100 | 101101 | 11 | 101000111 | 1100011 | 110001 |
Color Harmonies of #F70188
Complementary color
Monochromatic Colors of #F70188
Black with #F70188
Text Example
Text Example
White with #F70188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70188; }
p { color: rgb(247,1,136); }
H1.HeaderClassName
{
color: #F70188;
}
.AnyTagClassName
{
color: #F70188;
}
</style>
background-color css
<style>
a { background-color: #F70188; }
a { background-color: rgb(247,1,136); }
div.DivClassName
{
background-color: #F70188;
}
.BgClassName
{
background-color: #F70188;
}
</style>
border-color css
<style>
span { border-color: #F70188; }
span { border-color: rgb(247,1,136); }
td.TdClassName
{
border-color: #F70188;
}
.TagClassName
{
border-color: #F70188;
}
</style>