Shades of Deep Pink #F71195
Tints of Deep Pink #F71195
RGB
CMYK
RGB Variations
Color information
#F71195 (or 0xF71195) is known color: Deep Pink. HEX triplet: F7, 11 and 95. RGB value is (247,17,149). Sum of RGB (Red+Green+Blue) = 247+17+149=413 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.81% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 247 - color contains mainly: red. Hex color #F71195 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71195 is #08EE6A. Grayscale: #646464. Windows color (decimal): -585323 or 9769463. OLE color: 9769463.
HSL color Cylindrical-coordinate representation of color #F71195: hue angle of 325.57º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F71195 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 17 | 149 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.03 |
| HSL | 325.57º | 0.93% | 0.52% | - |
| HSV(B) | 325.57º | 0.93% | 0.97% | - |
| XYZ | 43.98 | 22.34 | 30.43 | - |
| YUV | 100.82 | 155.2 | 232.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 17 | 149 | 0 | 0.93 | 0.40 | 0.03 | 325.57 | 0.93 | 0.52 |
| Hex | F7 | 11 | 95 | 0 | 5D | 28 | 3 | 146 | 5D | 34 |
| Octal | 367 | 21 | 225 | 0 | 135 | 50 | 3 | 506 | 135 | 64 |
| Binary | 11110111 | 10001 | 10010101 | 0 | 1011101 | 101000 | 11 | 101000110 | 1011101 | 110100 |
Color Harmonies of #F71195
Complementary color
Monochromatic Colors of #F71195
Black with #F71195
Text Example
Text Example
White with #F71195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71195; }
p { color: rgb(247,17,149); }
H1.HeaderClassName
{
color: #F71195;
}
.AnyTagClassName
{
color: #F71195;
}
</style>
background-color css
<style>
a { background-color: #F71195; }
a { background-color: rgb(247,17,149); }
div.DivClassName
{
background-color: #F71195;
}
.BgClassName
{
background-color: #F71195;
}
</style>
border-color css
<style>
span { border-color: #F71195; }
span { border-color: rgb(247,17,149); }
td.TdClassName
{
border-color: #F71195;
}
.TagClassName
{
border-color: #F71195;
}
</style>