Shades of Deep Pink #F71492
Tints of Deep Pink #F71492
RGB
CMYK
RGB Variations
Color information
#F71492 (or 0xF71492) is known color: Deep Pink. HEX triplet: F7, 14 and 92. RGB value is (247,20,146). Sum of RGB (Red+Green+Blue) = 247+20+146=413 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.81% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 247 - color contains mainly: red. Hex color #F71492 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71492 is #08EB6D. Grayscale: #656565. Windows color (decimal): -584558 or 9573623. OLE color: 9573623.
HSL color Cylindrical-coordinate representation of color #F71492: hue angle of 326.7º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F71492 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 146 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.03 |
| HSL | 326.7º | 0.93% | 0.52% | - |
| HSV(B) | 326.7º | 0.92% | 0.97% | - |
| XYZ | 43.8 | 22.35 | 29.2 | - |
| YUV | 102.24 | 152.71 | 231.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 146 | 0 | 0.92 | 0.41 | 0.03 | 326.7 | 0.93 | 0.52 |
| Hex | F7 | 14 | 92 | 0 | 5C | 29 | 3 | 147 | 5D | 34 |
| Octal | 367 | 24 | 222 | 0 | 134 | 51 | 3 | 507 | 135 | 64 |
| Binary | 11110111 | 10100 | 10010010 | 0 | 1011100 | 101001 | 11 | 101000111 | 1011101 | 110100 |
Color Harmonies of #F71492
Complementary color
Monochromatic Colors of #F71492
Black with #F71492
Text Example
Text Example
White with #F71492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71492; }
p { color: rgb(247,20,146); }
H1.HeaderClassName
{
color: #F71492;
}
.AnyTagClassName
{
color: #F71492;
}
</style>
background-color css
<style>
a { background-color: #F71492; }
a { background-color: rgb(247,20,146); }
div.DivClassName
{
background-color: #F71492;
}
.BgClassName
{
background-color: #F71492;
}
</style>
border-color css
<style>
span { border-color: #F71492; }
span { border-color: rgb(247,20,146); }
td.TdClassName
{
border-color: #F71492;
}
.TagClassName
{
border-color: #F71492;
}
</style>