Shades of Deep Pink #F71998
Tints of Deep Pink #F71998
RGB
CMYK
RGB Variations
Color information
#F71998 (or 0xF71998) is known color: Deep Pink. HEX triplet: F7, 19 and 98. RGB value is (247,25,152). Sum of RGB (Red+Green+Blue) = 247+25+152=424 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.25% from 424); Green value is 25 (10.16% from 255 or 5.90% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 247 - color contains mainly: red. Hex color #F71998 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71998 is #08E667. Grayscale: #696969. Windows color (decimal): -583272 or 9968119. OLE color: 9968119.
HSL color Cylindrical-coordinate representation of color #F71998: hue angle of 325.68º 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 #F71998 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 152 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.03 |
| HSL | 325.68º | 0.93% | 0.53% | - |
| HSV(B) | 325.68º | 0.9% | 0.97% | - |
| XYZ | 44.37 | 22.74 | 31.76 | - |
| YUV | 105.86 | 154.05 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 152 | 0 | 0.90 | 0.38 | 0.03 | 325.68 | 0.93 | 0.53 |
| Hex | F7 | 19 | 98 | 0 | 5A | 26 | 3 | 146 | 5D | 35 |
| Octal | 367 | 31 | 230 | 0 | 132 | 46 | 3 | 506 | 135 | 65 |
| Binary | 11110111 | 11001 | 10011000 | 0 | 1011010 | 100110 | 11 | 101000110 | 1011101 | 110101 |
Color Harmonies of #F71998
Complementary color
Monochromatic Colors of #F71998
Black with #F71998
Text Example
Text Example
White with #F71998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71998; }
p { color: rgb(247,25,152); }
H1.HeaderClassName
{
color: #F71998;
}
.AnyTagClassName
{
color: #F71998;
}
</style>
background-color css
<style>
a { background-color: #F71998; }
a { background-color: rgb(247,25,152); }
div.DivClassName
{
background-color: #F71998;
}
.BgClassName
{
background-color: #F71998;
}
</style>
border-color css
<style>
span { border-color: #F71998; }
span { border-color: rgb(247,25,152); }
td.TdClassName
{
border-color: #F71998;
}
.TagClassName
{
border-color: #F71998;
}
</style>