Shades of Deep Pink #F71C93
Tints of Deep Pink #F71C93
RGB
CMYK
RGB Variations
Color information
#F71C93 (or 0xF71C93) is known color: Deep Pink. HEX triplet: F7, 1C and 93. RGB value is (247,28,147). Sum of RGB (Red+Green+Blue) = 247+28+147=422 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.53% from 422); Green value is 28 (11.33% from 255 or 6.64% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71C93 is #08E36C. Grayscale: #6A6A6A. Windows color (decimal): -582509 or 9641207. OLE color: 9641207.
HSL color Cylindrical-coordinate representation of color #F71C93: hue angle of 327.4º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F71C93 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 28 | 147 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.03 |
| HSL | 327.4º | 0.93% | 0.54% | - |
| HSV(B) | 327.4º | 0.89% | 0.97% | - |
| XYZ | 44.04 | 22.71 | 29.67 | - |
| YUV | 107.05 | 150.55 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 28 | 147 | 0 | 0.89 | 0.40 | 0.03 | 327.4 | 0.93 | 0.54 |
| Hex | F7 | 1C | 93 | 0 | 59 | 28 | 3 | 147 | 5D | 36 |
| Octal | 367 | 34 | 223 | 0 | 131 | 50 | 3 | 507 | 135 | 66 |
| Binary | 11110111 | 11100 | 10010011 | 0 | 1011001 | 101000 | 11 | 101000111 | 1011101 | 110110 |
Color Harmonies of #F71C93
Complementary color
Monochromatic Colors of #F71C93
Black with #F71C93
Text Example
Text Example
White with #F71C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71C93; }
p { color: rgb(247,28,147); }
H1.HeaderClassName
{
color: #F71C93;
}
.AnyTagClassName
{
color: #F71C93;
}
</style>
background-color css
<style>
a { background-color: #F71C93; }
a { background-color: rgb(247,28,147); }
div.DivClassName
{
background-color: #F71C93;
}
.BgClassName
{
background-color: #F71C93;
}
</style>
border-color css
<style>
span { border-color: #F71C93; }
span { border-color: rgb(247,28,147); }
td.TdClassName
{
border-color: #F71C93;
}
.TagClassName
{
border-color: #F71C93;
}
</style>