Shades of Deep Pink #F70891
Tints of Deep Pink #F70891
RGB
CMYK
RGB Variations
Color information
#F70891 (or 0xF70891) is known color: Deep Pink. HEX triplet: F7, 08 and 91. RGB value is (247,8,145). Sum of RGB (Red+Green+Blue) = 247+8+145=400 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.75% from 400); Green value is 8 (3.52% from 255 or 2% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 247 - color contains mainly: red. Hex color #F70891 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70891 is #08F76E. Grayscale: #5E5E5E. Windows color (decimal): -587631 or 9505015. OLE color: 9505015.
HSL color Cylindrical-coordinate representation of color #F70891: hue angle of 325.61º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F70891 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 145 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.03 |
| HSL | 325.61º | 0.94% | 0.5% | - |
| HSV(B) | 325.61º | 0.97% | 0.97% | - |
| XYZ | 43.56 | 21.99 | 28.74 | - |
| YUV | 95.08 | 156.18 | 236.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 145 | 0 | 0.97 | 0.41 | 0.03 | 325.61 | 0.94 | 0.5 |
| Hex | F7 | 8 | 91 | 0 | 61 | 29 | 3 | 146 | 5E | 32 |
| Octal | 367 | 10 | 221 | 0 | 141 | 51 | 3 | 506 | 136 | 62 |
| Binary | 11110111 | 1000 | 10010001 | 0 | 1100001 | 101001 | 11 | 101000110 | 1011110 | 110010 |
Color Harmonies of #F70891
Complementary color
Monochromatic Colors of #F70891
Black with #F70891
Text Example
Text Example
White with #F70891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70891; }
p { color: rgb(247,8,145); }
H1.HeaderClassName
{
color: #F70891;
}
.AnyTagClassName
{
color: #F70891;
}
</style>
background-color css
<style>
a { background-color: #F70891; }
a { background-color: rgb(247,8,145); }
div.DivClassName
{
background-color: #F70891;
}
.BgClassName
{
background-color: #F70891;
}
</style>
border-color css
<style>
span { border-color: #F70891; }
span { border-color: rgb(247,8,145); }
td.TdClassName
{
border-color: #F70891;
}
.TagClassName
{
border-color: #F70891;
}
</style>