Shades of Deep Pink #F71090
Tints of Deep Pink #F71090
RGB
CMYK
RGB Variations
Color information
#F71090 (or 0xF71090) is known color: Deep Pink. HEX triplet: F7, 10 and 90. RGB value is (247,16,144). Sum of RGB (Red+Green+Blue) = 247+16+144=407 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.69% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 247 - color contains mainly: red. Hex color #F71090 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71090 is #08EF6F. Grayscale: #636363. Windows color (decimal): -585584 or 9441527. OLE color: 9441527.
HSL color Cylindrical-coordinate representation of color #F71090: hue angle of 326.75º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F71090 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 144 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.03 |
| HSL | 326.75º | 0.94% | 0.52% | - |
| HSV(B) | 326.75º | 0.94% | 0.97% | - |
| XYZ | 43.58 | 22.16 | 28.37 | - |
| YUV | 99.66 | 153.03 | 233.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 144 | 0 | 0.94 | 0.42 | 0.03 | 326.75 | 0.94 | 0.52 |
| Hex | F7 | 10 | 90 | 0 | 5E | 2A | 3 | 147 | 5E | 34 |
| Octal | 367 | 20 | 220 | 0 | 136 | 52 | 3 | 507 | 136 | 64 |
| Binary | 11110111 | 10000 | 10010000 | 0 | 1011110 | 101010 | 11 | 101000111 | 1011110 | 110100 |
Color Harmonies of #F71090
Complementary color
Monochromatic Colors of #F71090
Black with #F71090
Text Example
Text Example
White with #F71090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71090; }
p { color: rgb(247,16,144); }
H1.HeaderClassName
{
color: #F71090;
}
.AnyTagClassName
{
color: #F71090;
}
</style>
background-color css
<style>
a { background-color: #F71090; }
a { background-color: rgb(247,16,144); }
div.DivClassName
{
background-color: #F71090;
}
.BgClassName
{
background-color: #F71090;
}
</style>
border-color css
<style>
span { border-color: #F71090; }
span { border-color: rgb(247,16,144); }
td.TdClassName
{
border-color: #F71090;
}
.TagClassName
{
border-color: #F71090;
}
</style>