Shades of Deep Pink #F71C94
Tints of Deep Pink #F71C94
RGB
CMYK
RGB Variations
Color information
#F71C94 (or 0xF71C94) is known color: Deep Pink. HEX triplet: F7, 1C and 94. RGB value is (247,28,148). Sum of RGB (Red+Green+Blue) = 247+28+148=423 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.39% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71C94 is #08E36B. Grayscale: #6A6A6A. Windows color (decimal): -582508 or 9706743. OLE color: 9706743.
HSL color Cylindrical-coordinate representation of color #F71C94: hue angle of 327.12º 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 #F71C94 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 28 | 148 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.03 |
| HSL | 327.12º | 0.93% | 0.54% | - |
| HSV(B) | 327.12º | 0.89% | 0.97% | - |
| XYZ | 44.12 | 22.74 | 30.08 | - |
| YUV | 107.16 | 151.05 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 28 | 148 | 0 | 0.89 | 0.40 | 0.03 | 327.12 | 0.93 | 0.54 |
| Hex | F7 | 1C | 94 | 0 | 59 | 28 | 3 | 147 | 5D | 36 |
| Octal | 367 | 34 | 224 | 0 | 131 | 50 | 3 | 507 | 135 | 66 |
| Binary | 11110111 | 11100 | 10010100 | 0 | 1011001 | 101000 | 11 | 101000111 | 1011101 | 110110 |
Color Harmonies of #F71C94
Complementary color
Monochromatic Colors of #F71C94
Black with #F71C94
Text Example
Text Example
White with #F71C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71C94; }
p { color: rgb(247,28,148); }
H1.HeaderClassName
{
color: #F71C94;
}
.AnyTagClassName
{
color: #F71C94;
}
</style>
background-color css
<style>
a { background-color: #F71C94; }
a { background-color: rgb(247,28,148); }
div.DivClassName
{
background-color: #F71C94;
}
.BgClassName
{
background-color: #F71C94;
}
</style>
border-color css
<style>
span { border-color: #F71C94; }
span { border-color: rgb(247,28,148); }
td.TdClassName
{
border-color: #F71C94;
}
.TagClassName
{
border-color: #F71C94;
}
</style>