Shades of Deep Pink #F71193
Tints of Deep Pink #F71193
RGB
CMYK
RGB Variations
Color information
#F71193 (or 0xF71193) is known color: Deep Pink. HEX triplet: F7, 11 and 93. RGB value is (247,17,147). Sum of RGB (Red+Green+Blue) = 247+17+147=411 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.10% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 247 - color contains mainly: red. Hex color #F71193 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71193 is #08EE6C. Grayscale: #646464. Windows color (decimal): -585325 or 9638391. OLE color: 9638391.
HSL color Cylindrical-coordinate representation of color #F71193: hue angle of 326.09º 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 #F71193 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 17 | 147 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.03 |
| HSL | 326.09º | 0.93% | 0.52% | - |
| HSV(B) | 326.09º | 0.93% | 0.97% | - |
| XYZ | 43.82 | 22.28 | 29.59 | - |
| YUV | 100.59 | 154.2 | 232.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 17 | 147 | 0 | 0.93 | 0.40 | 0.03 | 326.09 | 0.93 | 0.52 |
| Hex | F7 | 11 | 93 | 0 | 5D | 28 | 3 | 146 | 5D | 34 |
| Octal | 367 | 21 | 223 | 0 | 135 | 50 | 3 | 506 | 135 | 64 |
| Binary | 11110111 | 10001 | 10010011 | 0 | 1011101 | 101000 | 11 | 101000110 | 1011101 | 110100 |
Color Harmonies of #F71193
Complementary color
Monochromatic Colors of #F71193
Black with #F71193
Text Example
Text Example
White with #F71193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71193; }
p { color: rgb(247,17,147); }
H1.HeaderClassName
{
color: #F71193;
}
.AnyTagClassName
{
color: #F71193;
}
</style>
background-color css
<style>
a { background-color: #F71193; }
a { background-color: rgb(247,17,147); }
div.DivClassName
{
background-color: #F71193;
}
.BgClassName
{
background-color: #F71193;
}
</style>
border-color css
<style>
span { border-color: #F71193; }
span { border-color: rgb(247,17,147); }
td.TdClassName
{
border-color: #F71193;
}
.TagClassName
{
border-color: #F71193;
}
</style>