Shades of Deep Pink #F71493
Tints of Deep Pink #F71493
RGB
CMYK
RGB Variations
Color information
#F71493 (or 0xF71493) is known color: Deep Pink. HEX triplet: F7, 14 and 93. RGB value is (247,20,147). Sum of RGB (Red+Green+Blue) = 247+20+147=414 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.66% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 247 - color contains mainly: red. Hex color #F71493 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71493 is #08EB6C. Grayscale: #666666. Windows color (decimal): -584557 or 9639159. OLE color: 9639159.
HSL color Cylindrical-coordinate representation of color #F71493: hue angle of 326.43º 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 #F71493 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 147 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.03 |
| HSL | 326.43º | 0.93% | 0.52% | - |
| HSV(B) | 326.43º | 0.92% | 0.97% | - |
| XYZ | 43.87 | 22.38 | 29.61 | - |
| YUV | 102.35 | 153.21 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 147 | 0 | 0.92 | 0.40 | 0.03 | 326.43 | 0.93 | 0.52 |
| Hex | F7 | 14 | 93 | 0 | 5C | 28 | 3 | 146 | 5D | 34 |
| Octal | 367 | 24 | 223 | 0 | 134 | 50 | 3 | 506 | 135 | 64 |
| Binary | 11110111 | 10100 | 10010011 | 0 | 1011100 | 101000 | 11 | 101000110 | 1011101 | 110100 |
Color Harmonies of #F71493
Complementary color
Monochromatic Colors of #F71493
Black with #F71493
Text Example
Text Example
White with #F71493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71493; }
p { color: rgb(247,20,147); }
H1.HeaderClassName
{
color: #F71493;
}
.AnyTagClassName
{
color: #F71493;
}
</style>
background-color css
<style>
a { background-color: #F71493; }
a { background-color: rgb(247,20,147); }
div.DivClassName
{
background-color: #F71493;
}
.BgClassName
{
background-color: #F71493;
}
</style>
border-color css
<style>
span { border-color: #F71493; }
span { border-color: rgb(247,20,147); }
td.TdClassName
{
border-color: #F71493;
}
.TagClassName
{
border-color: #F71493;
}
</style>