Shades of Deep Pink #F71893
Tints of Deep Pink #F71893
RGB
CMYK
RGB Variations
Color information
#F71893 (or 0xF71893) is known color: Deep Pink. HEX triplet: F7, 18 and 93. RGB value is (247,24,147). Sum of RGB (Red+Green+Blue) = 247+24+147=418 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.09% from 418); Green value is 24 (9.77% from 255 or 5.74% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 247 - color contains mainly: red. Hex color #F71893 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71893 is #08E76C. Grayscale: #686868. Windows color (decimal): -583533 or 9640183. OLE color: 9640183.
HSL color Cylindrical-coordinate representation of color #F71893: hue angle of 326.91º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F71893 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 147 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.03 |
| HSL | 326.91º | 0.93% | 0.53% | - |
| HSV(B) | 326.91º | 0.9% | 0.97% | - |
| XYZ | 43.95 | 22.53 | 29.64 | - |
| YUV | 104.7 | 151.88 | 229.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 147 | 0 | 0.90 | 0.40 | 0.03 | 326.91 | 0.93 | 0.53 |
| Hex | F7 | 18 | 93 | 0 | 5A | 28 | 3 | 147 | 5D | 35 |
| Octal | 367 | 30 | 223 | 0 | 132 | 50 | 3 | 507 | 135 | 65 |
| Binary | 11110111 | 11000 | 10010011 | 0 | 1011010 | 101000 | 11 | 101000111 | 1011101 | 110101 |
Color Harmonies of #F71893
Complementary color
Monochromatic Colors of #F71893
Black with #F71893
Text Example
Text Example
White with #F71893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71893; }
p { color: rgb(247,24,147); }
H1.HeaderClassName
{
color: #F71893;
}
.AnyTagClassName
{
color: #F71893;
}
</style>
background-color css
<style>
a { background-color: #F71893; }
a { background-color: rgb(247,24,147); }
div.DivClassName
{
background-color: #F71893;
}
.BgClassName
{
background-color: #F71893;
}
</style>
border-color css
<style>
span { border-color: #F71893; }
span { border-color: rgb(247,24,147); }
td.TdClassName
{
border-color: #F71893;
}
.TagClassName
{
border-color: #F71893;
}
</style>