Shades of Deep Pink #F71C83
Tints of Deep Pink #F71C83
RGB
CMYK
RGB Variations
Color information
#F71C83 (or 0xF71C83) is known color: Deep Pink. HEX triplet: F7, 1C and 83. RGB value is (247,28,131). Sum of RGB (Red+Green+Blue) = 247+28+131=406 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.84% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71C83 is #08E37C. Grayscale: #696969. Windows color (decimal): -582525 or 8592631. OLE color: 8592631.
HSL color Cylindrical-coordinate representation of color #F71C83: hue angle of 331.78º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F71C83 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 28 | 131 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.03 |
| HSL | 331.78º | 0.93% | 0.54% | - |
| HSV(B) | 331.78º | 0.89% | 0.97% | - |
| XYZ | 42.87 | 22.24 | 23.51 | - |
| YUV | 105.22 | 142.55 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 28 | 131 | 0 | 0.89 | 0.47 | 0.03 | 331.78 | 0.93 | 0.54 |
| Hex | F7 | 1C | 83 | 0 | 59 | 2F | 3 | 14C | 5D | 36 |
| Octal | 367 | 34 | 203 | 0 | 131 | 57 | 3 | 514 | 135 | 66 |
| Binary | 11110111 | 11100 | 10000011 | 0 | 1011001 | 101111 | 11 | 101001100 | 1011101 | 110110 |
Color Harmonies of #F71C83
Complementary color
Monochromatic Colors of #F71C83
Black with #F71C83
Text Example
Text Example
White with #F71C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71C83; }
p { color: rgb(247,28,131); }
H1.HeaderClassName
{
color: #F71C83;
}
.AnyTagClassName
{
color: #F71C83;
}
</style>
background-color css
<style>
a { background-color: #F71C83; }
a { background-color: rgb(247,28,131); }
div.DivClassName
{
background-color: #F71C83;
}
.BgClassName
{
background-color: #F71C83;
}
</style>
border-color css
<style>
span { border-color: #F71C83; }
span { border-color: rgb(247,28,131); }
td.TdClassName
{
border-color: #F71C83;
}
.TagClassName
{
border-color: #F71C83;
}
</style>