Shades of Deep Pink #F71397
Tints of Deep Pink #F71397
RGB
CMYK
RGB Variations
Color information
#F71397 (or 0xF71397) is known color: Deep Pink. HEX triplet: F7, 13 and 97. RGB value is (247,19,151). Sum of RGB (Red+Green+Blue) = 247+19+151=417 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.23% from 417); Green value is 19 (7.81% from 255 or 4.56% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 247 - color contains mainly: red. Hex color #F71397 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71397 is #08EC68. Grayscale: #656565. Windows color (decimal): -584809 or 9901047. OLE color: 9901047.
HSL color Cylindrical-coordinate representation of color #F71397: hue angle of 325.26º 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 #F71397 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 19 | 151 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.03 |
| HSL | 325.26º | 0.93% | 0.52% | - |
| HSV(B) | 325.26º | 0.92% | 0.97% | - |
| XYZ | 44.18 | 22.47 | 31.29 | - |
| YUV | 102.22 | 155.54 | 231.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 19 | 151 | 0 | 0.92 | 0.39 | 0.03 | 325.26 | 0.93 | 0.52 |
| Hex | F7 | 13 | 97 | 0 | 5C | 27 | 3 | 145 | 5D | 34 |
| Octal | 367 | 23 | 227 | 0 | 134 | 47 | 3 | 505 | 135 | 64 |
| Binary | 11110111 | 10011 | 10010111 | 0 | 1011100 | 100111 | 11 | 101000101 | 1011101 | 110100 |
Color Harmonies of #F71397
Complementary color
Monochromatic Colors of #F71397
Black with #F71397
Text Example
Text Example
White with #F71397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71397; }
p { color: rgb(247,19,151); }
H1.HeaderClassName
{
color: #F71397;
}
.AnyTagClassName
{
color: #F71397;
}
</style>
background-color css
<style>
a { background-color: #F71397; }
a { background-color: rgb(247,19,151); }
div.DivClassName
{
background-color: #F71397;
}
.BgClassName
{
background-color: #F71397;
}
</style>
border-color css
<style>
span { border-color: #F71397; }
span { border-color: rgb(247,19,151); }
td.TdClassName
{
border-color: #F71397;
}
.TagClassName
{
border-color: #F71397;
}
</style>