Shades of Deep Pink #F71481
Tints of Deep Pink #F71481
RGB
CMYK
RGB Variations
Color information
#F71481 (or 0xF71481) is known color: Deep Pink. HEX triplet: F7, 14 and 81. RGB value is (247,20,129). Sum of RGB (Red+Green+Blue) = 247+20+129=396 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.37% from 396); Green value is 20 (8.20% from 255 or 5.05% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 247 - color contains mainly: red. Hex color #F71481 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71481 is #08EB7E. Grayscale: #646464. Windows color (decimal): -584575 or 8459511. OLE color: 8459511.
HSL color Cylindrical-coordinate representation of color #F71481: hue angle of 331.19º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F71481 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 129 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.03 |
| HSL | 331.19º | 0.93% | 0.52% | - |
| HSV(B) | 331.19º | 0.92% | 0.97% | - |
| XYZ | 42.57 | 21.86 | 22.74 | - |
| YUV | 100.3 | 144.21 | 232.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 129 | 0 | 0.92 | 0.48 | 0.03 | 331.19 | 0.93 | 0.52 |
| Hex | F7 | 14 | 81 | 0 | 5C | 30 | 3 | 14B | 5D | 34 |
| Octal | 367 | 24 | 201 | 0 | 134 | 60 | 3 | 513 | 135 | 64 |
| Binary | 11110111 | 10100 | 10000001 | 0 | 1011100 | 110000 | 11 | 101001011 | 1011101 | 110100 |
Color Harmonies of #F71481
Complementary color
Monochromatic Colors of #F71481
Black with #F71481
Text Example
Text Example
White with #F71481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71481; }
p { color: rgb(247,20,129); }
H1.HeaderClassName
{
color: #F71481;
}
.AnyTagClassName
{
color: #F71481;
}
</style>
background-color css
<style>
a { background-color: #F71481; }
a { background-color: rgb(247,20,129); }
div.DivClassName
{
background-color: #F71481;
}
.BgClassName
{
background-color: #F71481;
}
</style>
border-color css
<style>
span { border-color: #F71481; }
span { border-color: rgb(247,20,129); }
td.TdClassName
{
border-color: #F71481;
}
.TagClassName
{
border-color: #F71481;
}
</style>