Shades of Deep Pink #F71183
Tints of Deep Pink #F71183
RGB
CMYK
RGB Variations
Color information
#F71183 (or 0xF71183) is known color: Deep Pink. HEX triplet: F7, 11 and 83. RGB value is (247,17,131). Sum of RGB (Red+Green+Blue) = 247+17+131=395 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.53% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 247 - color contains mainly: red. Hex color #F71183 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71183 is #08EE7C. Grayscale: #626262. Windows color (decimal): -585341 or 8589815. OLE color: 8589815.
HSL color Cylindrical-coordinate representation of color #F71183: hue angle of 330.26º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F71183 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 17 | 131 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.03 |
| HSL | 330.26º | 0.93% | 0.52% | - |
| HSV(B) | 330.26º | 0.93% | 0.97% | - |
| XYZ | 42.65 | 21.81 | 23.44 | - |
| YUV | 98.77 | 146.2 | 233.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 17 | 131 | 0 | 0.93 | 0.47 | 0.03 | 330.26 | 0.93 | 0.52 |
| Hex | F7 | 11 | 83 | 0 | 5D | 2F | 3 | 14A | 5D | 34 |
| Octal | 367 | 21 | 203 | 0 | 135 | 57 | 3 | 512 | 135 | 64 |
| Binary | 11110111 | 10001 | 10000011 | 0 | 1011101 | 101111 | 11 | 101001010 | 1011101 | 110100 |
Color Harmonies of #F71183
Complementary color
Monochromatic Colors of #F71183
Black with #F71183
Text Example
Text Example
White with #F71183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71183; }
p { color: rgb(247,17,131); }
H1.HeaderClassName
{
color: #F71183;
}
.AnyTagClassName
{
color: #F71183;
}
</style>
background-color css
<style>
a { background-color: #F71183; }
a { background-color: rgb(247,17,131); }
div.DivClassName
{
background-color: #F71183;
}
.BgClassName
{
background-color: #F71183;
}
</style>
border-color css
<style>
span { border-color: #F71183; }
span { border-color: rgb(247,17,131); }
td.TdClassName
{
border-color: #F71183;
}
.TagClassName
{
border-color: #F71183;
}
</style>