Shades of Deep Pink #F71881
Tints of Deep Pink #F71881
RGB
CMYK
RGB Variations
Color information
#F71881 (or 0xF71881) is known color: Deep Pink. HEX triplet: F7, 18 and 81. RGB value is (247,24,129). Sum of RGB (Red+Green+Blue) = 247+24+129=400 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.75% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 247 - color contains mainly: red. Hex color #F71881 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71881 is #08E77E. Grayscale: #666666. Windows color (decimal): -583551 or 8460535. OLE color: 8460535.
HSL color Cylindrical-coordinate representation of color #F71881: hue angle of 331.75º 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 #F71881 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 129 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.03 |
| HSL | 331.75º | 0.93% | 0.53% | - |
| HSV(B) | 331.75º | 0.9% | 0.97% | - |
| XYZ | 42.65 | 22.01 | 22.77 | - |
| YUV | 102.65 | 142.88 | 230.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 129 | 0 | 0.90 | 0.48 | 0.03 | 331.75 | 0.93 | 0.53 |
| Hex | F7 | 18 | 81 | 0 | 5A | 30 | 3 | 14C | 5D | 35 |
| Octal | 367 | 30 | 201 | 0 | 132 | 60 | 3 | 514 | 135 | 65 |
| Binary | 11110111 | 11000 | 10000001 | 0 | 1011010 | 110000 | 11 | 101001100 | 1011101 | 110101 |
Color Harmonies of #F71881
Complementary color
Monochromatic Colors of #F71881
Black with #F71881
Text Example
Text Example
White with #F71881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71881; }
p { color: rgb(247,24,129); }
H1.HeaderClassName
{
color: #F71881;
}
.AnyTagClassName
{
color: #F71881;
}
</style>
background-color css
<style>
a { background-color: #F71881; }
a { background-color: rgb(247,24,129); }
div.DivClassName
{
background-color: #F71881;
}
.BgClassName
{
background-color: #F71881;
}
</style>
border-color css
<style>
span { border-color: #F71881; }
span { border-color: rgb(247,24,129); }
td.TdClassName
{
border-color: #F71881;
}
.TagClassName
{
border-color: #F71881;
}
</style>