Shades of Deep Pink #F71497
Tints of Deep Pink #F71497
RGB
CMYK
RGB Variations
Color information
#F71497 (or 0xF71497) is known color: Deep Pink. HEX triplet: F7, 14 and 97. RGB value is (247,20,151). Sum of RGB (Red+Green+Blue) = 247+20+151=418 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.09% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 247 - color contains mainly: red. Hex color #F71497 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71497 is #08EB68. Grayscale: #666666. Windows color (decimal): -584553 or 9901303. OLE color: 9901303.
HSL color Cylindrical-coordinate representation of color #F71497: hue angle of 325.37º 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 #F71497 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 151 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.03 |
| HSL | 325.37º | 0.93% | 0.52% | - |
| HSV(B) | 325.37º | 0.92% | 0.97% | - |
| XYZ | 44.19 | 22.51 | 31.29 | - |
| YUV | 102.81 | 155.21 | 230.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 151 | 0 | 0.92 | 0.39 | 0.03 | 325.37 | 0.93 | 0.52 |
| Hex | F7 | 14 | 97 | 0 | 5C | 27 | 3 | 145 | 5D | 34 |
| Octal | 367 | 24 | 227 | 0 | 134 | 47 | 3 | 505 | 135 | 64 |
| Binary | 11110111 | 10100 | 10010111 | 0 | 1011100 | 100111 | 11 | 101000101 | 1011101 | 110100 |
Color Harmonies of #F71497
Complementary color
Monochromatic Colors of #F71497
Black with #F71497
Text Example
Text Example
White with #F71497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71497; }
p { color: rgb(247,20,151); }
H1.HeaderClassName
{
color: #F71497;
}
.AnyTagClassName
{
color: #F71497;
}
</style>
background-color css
<style>
a { background-color: #F71497; }
a { background-color: rgb(247,20,151); }
div.DivClassName
{
background-color: #F71497;
}
.BgClassName
{
background-color: #F71497;
}
</style>
border-color css
<style>
span { border-color: #F71497; }
span { border-color: rgb(247,20,151); }
td.TdClassName
{
border-color: #F71497;
}
.TagClassName
{
border-color: #F71497;
}
</style>