Shades of Deep Pink #F71281
Tints of Deep Pink #F71281
RGB
CMYK
RGB Variations
Color information
#F71281 (or 0xF71281) is known color: Deep Pink. HEX triplet: F7, 12 and 81. RGB value is (247,18,129). Sum of RGB (Red+Green+Blue) = 247+18+129=394 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.69% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 247 - color contains mainly: red. Hex color #F71281 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71281 is #08ED7E. Grayscale: #626262. Windows color (decimal): -585087 or 8458999. OLE color: 8458999.
HSL color Cylindrical-coordinate representation of color #F71281: hue angle of 330.92º 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 #F71281 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 18 | 129 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.03 |
| HSL | 330.92º | 0.93% | 0.52% | - |
| HSV(B) | 330.92º | 0.93% | 0.97% | - |
| XYZ | 42.54 | 21.79 | 22.73 | - |
| YUV | 99.13 | 144.87 | 233.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 18 | 129 | 0 | 0.93 | 0.48 | 0.03 | 330.92 | 0.93 | 0.52 |
| Hex | F7 | 12 | 81 | 0 | 5D | 30 | 3 | 14B | 5D | 34 |
| Octal | 367 | 22 | 201 | 0 | 135 | 60 | 3 | 513 | 135 | 64 |
| Binary | 11110111 | 10010 | 10000001 | 0 | 1011101 | 110000 | 11 | 101001011 | 1011101 | 110100 |
Color Harmonies of #F71281
Complementary color
Monochromatic Colors of #F71281
Black with #F71281
Text Example
Text Example
White with #F71281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71281; }
p { color: rgb(247,18,129); }
H1.HeaderClassName
{
color: #F71281;
}
.AnyTagClassName
{
color: #F71281;
}
</style>
background-color css
<style>
a { background-color: #F71281; }
a { background-color: rgb(247,18,129); }
div.DivClassName
{
background-color: #F71281;
}
.BgClassName
{
background-color: #F71281;
}
</style>
border-color css
<style>
span { border-color: #F71281; }
span { border-color: rgb(247,18,129); }
td.TdClassName
{
border-color: #F71281;
}
.TagClassName
{
border-color: #F71281;
}
</style>