Shades of Deep Pink #F71892
Tints of Deep Pink #F71892
RGB
CMYK
RGB Variations
Color information
#F71892 (or 0xF71892) is known color: Deep Pink. HEX triplet: F7, 18 and 92. RGB value is (247,24,146). Sum of RGB (Red+Green+Blue) = 247+24+146=417 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.23% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 247 - color contains mainly: red. Hex color #F71892 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71892 is #08E76D. Grayscale: #686868. Windows color (decimal): -583534 or 9574647. OLE color: 9574647.
HSL color Cylindrical-coordinate representation of color #F71892: hue angle of 327.17º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F71892 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 146 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.03 |
| HSL | 327.17º | 0.93% | 0.53% | - |
| HSV(B) | 327.17º | 0.9% | 0.97% | - |
| XYZ | 43.87 | 22.5 | 29.23 | - |
| YUV | 104.59 | 151.38 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 146 | 0 | 0.90 | 0.41 | 0.03 | 327.17 | 0.93 | 0.53 |
| Hex | F7 | 18 | 92 | 0 | 5A | 29 | 3 | 147 | 5D | 35 |
| Octal | 367 | 30 | 222 | 0 | 132 | 51 | 3 | 507 | 135 | 65 |
| Binary | 11110111 | 11000 | 10010010 | 0 | 1011010 | 101001 | 11 | 101000111 | 1011101 | 110101 |
Color Harmonies of #F71892
Complementary color
Monochromatic Colors of #F71892
Black with #F71892
Text Example
Text Example
White with #F71892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71892; }
p { color: rgb(247,24,146); }
H1.HeaderClassName
{
color: #F71892;
}
.AnyTagClassName
{
color: #F71892;
}
</style>
background-color css
<style>
a { background-color: #F71892; }
a { background-color: rgb(247,24,146); }
div.DivClassName
{
background-color: #F71892;
}
.BgClassName
{
background-color: #F71892;
}
</style>
border-color css
<style>
span { border-color: #F71892; }
span { border-color: rgb(247,24,146); }
td.TdClassName
{
border-color: #F71892;
}
.TagClassName
{
border-color: #F71892;
}
</style>