Shades of Deep Pink #F70189
Tints of Deep Pink #F70189
RGB
CMYK
RGB Variations
Color information
#F70189 (or 0xF70189) is known color: Deep Pink. HEX triplet: F7, 01 and 89. RGB value is (247,1,137). Sum of RGB (Red+Green+Blue) = 247+1+137=385 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.16% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 247 - color contains mainly: red. Hex color #F70189 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70189 is #08FE76. Grayscale: #595959. Windows color (decimal): -589431 or 8978935. OLE color: 8978935.
HSL color Cylindrical-coordinate representation of color #F70189: hue angle of 326.83º 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 #F70189 is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 137 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.03 |
| HSL | 326.83º | 0.99% | 0.49% | - |
| HSV(B) | 326.83º | 1% | 0.97% | - |
| XYZ | 42.88 | 21.6 | 25.58 | - |
| YUV | 90.06 | 154.5 | 239.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 137 | 0 | 1.00 | 0.45 | 0.03 | 326.83 | 0.99 | 0.49 |
| Hex | F7 | 1 | 89 | 0 | 64 | 2D | 3 | 147 | 63 | 31 |
| Octal | 367 | 1 | 211 | 0 | 144 | 55 | 3 | 507 | 143 | 61 |
| Binary | 11110111 | 1 | 10001001 | 0 | 1100100 | 101101 | 11 | 101000111 | 1100011 | 110001 |
Color Harmonies of #F70189
Complementary color
Monochromatic Colors of #F70189
Black with #F70189
Text Example
Text Example
White with #F70189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70189; }
p { color: rgb(247,1,137); }
H1.HeaderClassName
{
color: #F70189;
}
.AnyTagClassName
{
color: #F70189;
}
</style>
background-color css
<style>
a { background-color: #F70189; }
a { background-color: rgb(247,1,137); }
div.DivClassName
{
background-color: #F70189;
}
.BgClassName
{
background-color: #F70189;
}
</style>
border-color css
<style>
span { border-color: #F70189; }
span { border-color: rgb(247,1,137); }
td.TdClassName
{
border-color: #F70189;
}
.TagClassName
{
border-color: #F70189;
}
</style>