Shades of Deep Pink #F71883
Tints of Deep Pink #F71883
RGB
CMYK
RGB Variations
Color information
#F71883 (or 0xF71883) is known color: Deep Pink. HEX triplet: F7, 18 and 83. RGB value is (247,24,131). Sum of RGB (Red+Green+Blue) = 247+24+131=402 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.44% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 247 - color contains mainly: red. Hex color #F71883 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71883 is #08E77C. Grayscale: #666666. Windows color (decimal): -583549 or 8591607. OLE color: 8591607.
HSL color Cylindrical-coordinate representation of color #F71883: hue angle of 331.21º 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 #F71883 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 131 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.03 |
| HSL | 331.21º | 0.93% | 0.53% | - |
| HSV(B) | 331.21º | 0.9% | 0.97% | - |
| XYZ | 42.78 | 22.07 | 23.48 | - |
| YUV | 102.88 | 143.88 | 230.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 131 | 0 | 0.90 | 0.47 | 0.03 | 331.21 | 0.93 | 0.53 |
| Hex | F7 | 18 | 83 | 0 | 5A | 2F | 3 | 14B | 5D | 35 |
| Octal | 367 | 30 | 203 | 0 | 132 | 57 | 3 | 513 | 135 | 65 |
| Binary | 11110111 | 11000 | 10000011 | 0 | 1011010 | 101111 | 11 | 101001011 | 1011101 | 110101 |
Color Harmonies of #F71883
Complementary color
Monochromatic Colors of #F71883
Black with #F71883
Text Example
Text Example
White with #F71883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71883; }
p { color: rgb(247,24,131); }
H1.HeaderClassName
{
color: #F71883;
}
.AnyTagClassName
{
color: #F71883;
}
</style>
background-color css
<style>
a { background-color: #F71883; }
a { background-color: rgb(247,24,131); }
div.DivClassName
{
background-color: #F71883;
}
.BgClassName
{
background-color: #F71883;
}
</style>
border-color css
<style>
span { border-color: #F71883; }
span { border-color: rgb(247,24,131); }
td.TdClassName
{
border-color: #F71883;
}
.TagClassName
{
border-color: #F71883;
}
</style>