Shades of Deep Pink #F71579
Tints of Deep Pink #F71579
RGB
CMYK
RGB Variations
Color information
#F71579 (or 0xF71579) is known color: Deep Pink. HEX triplet: F7, 15 and 79. RGB value is (247,21,121). Sum of RGB (Red+Green+Blue) = 247+21+121=389 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.50% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 247 - color contains mainly: red. Hex color #F71579 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71579 is #08EA86. Grayscale: #636363. Windows color (decimal): -584327 or 7935479. OLE color: 7935479.
HSL color Cylindrical-coordinate representation of color #F71579: hue angle of 333.45º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F71579 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 21 | 121 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.03 |
| HSL | 333.45º | 0.93% | 0.53% | - |
| HSV(B) | 333.45º | 0.91% | 0.97% | - |
| XYZ | 42.08 | 21.69 | 20.06 | - |
| YUV | 99.97 | 139.87 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 121 | 0 | 0.91 | 0.51 | 0.03 | 333.45 | 0.93 | 0.53 |
| Hex | F7 | 15 | 79 | 0 | 5B | 33 | 3 | 14D | 5D | 35 |
| Octal | 367 | 25 | 171 | 0 | 133 | 63 | 3 | 515 | 135 | 65 |
| Binary | 11110111 | 10101 | 1111001 | 0 | 1011011 | 110011 | 11 | 101001101 | 1011101 | 110101 |
Color Harmonies of #F71579
Complementary color
Monochromatic Colors of #F71579
Black with #F71579
Text Example
Text Example
White with #F71579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71579; }
p { color: rgb(247,21,121); }
H1.HeaderClassName
{
color: #F71579;
}
.AnyTagClassName
{
color: #F71579;
}
</style>
background-color css
<style>
a { background-color: #F71579; }
a { background-color: rgb(247,21,121); }
div.DivClassName
{
background-color: #F71579;
}
.BgClassName
{
background-color: #F71579;
}
</style>
border-color css
<style>
span { border-color: #F71579; }
span { border-color: rgb(247,21,121); }
td.TdClassName
{
border-color: #F71579;
}
.TagClassName
{
border-color: #F71579;
}
</style>