Shades of Deep Pink #F71494
Tints of Deep Pink #F71494
RGB
CMYK
RGB Variations
Color information
#F71494 (or 0xF71494) is known color: Deep Pink. HEX triplet: F7, 14 and 94. RGB value is (247,20,148). Sum of RGB (Red+Green+Blue) = 247+20+148=415 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.52% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 247 - color contains mainly: red. Hex color #F71494 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71494 is #08EB6B. Grayscale: #666666. Windows color (decimal): -584556 or 9704695. OLE color: 9704695.
HSL color Cylindrical-coordinate representation of color #F71494: hue angle of 326.17º 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 #F71494 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 148 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.03 |
| HSL | 326.17º | 0.93% | 0.52% | - |
| HSV(B) | 326.17º | 0.92% | 0.97% | - |
| XYZ | 43.95 | 22.41 | 30.03 | - |
| YUV | 102.47 | 153.71 | 231.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 148 | 0 | 0.92 | 0.40 | 0.03 | 326.17 | 0.93 | 0.52 |
| Hex | F7 | 14 | 94 | 0 | 5C | 28 | 3 | 146 | 5D | 34 |
| Octal | 367 | 24 | 224 | 0 | 134 | 50 | 3 | 506 | 135 | 64 |
| Binary | 11110111 | 10100 | 10010100 | 0 | 1011100 | 101000 | 11 | 101000110 | 1011101 | 110100 |
Color Harmonies of #F71494
Complementary color
Monochromatic Colors of #F71494
Black with #F71494
Text Example
Text Example
White with #F71494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71494; }
p { color: rgb(247,20,148); }
H1.HeaderClassName
{
color: #F71494;
}
.AnyTagClassName
{
color: #F71494;
}
</style>
background-color css
<style>
a { background-color: #F71494; }
a { background-color: rgb(247,20,148); }
div.DivClassName
{
background-color: #F71494;
}
.BgClassName
{
background-color: #F71494;
}
</style>
border-color css
<style>
span { border-color: #F71494; }
span { border-color: rgb(247,20,148); }
td.TdClassName
{
border-color: #F71494;
}
.TagClassName
{
border-color: #F71494;
}
</style>