Shades of Deep Pink #F71A8A
Tints of Deep Pink #F71A8A
RGB
CMYK
RGB Variations
Color information
#F71A8A (or 0xF71A8A) is known color: Deep Pink. HEX triplet: F7, 1A and 8A. RGB value is (247,26,138). Sum of RGB (Red+Green+Blue) = 247+26+138=411 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.10% from 411); Green value is 26 (10.55% from 255 or 6.33% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 247 - color contains mainly: red. Hex color #F71A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71A8A is #08E575. Grayscale: #686868. Windows color (decimal): -583030 or 9050871. OLE color: 9050871.
HSL color Cylindrical-coordinate representation of color #F71A8A: hue angle of 329.59º 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 #F71A8A is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 26 | 138 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.03 |
| HSL | 329.59º | 0.93% | 0.54% | - |
| HSV(B) | 329.59º | 0.89% | 0.97% | - |
| XYZ | 43.31 | 22.35 | 26.08 | - |
| YUV | 104.85 | 146.72 | 229.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 26 | 138 | 0 | 0.89 | 0.44 | 0.03 | 329.59 | 0.93 | 0.54 |
| Hex | F7 | 1A | 8A | 0 | 59 | 2C | 3 | 14A | 5D | 36 |
| Octal | 367 | 32 | 212 | 0 | 131 | 54 | 3 | 512 | 135 | 66 |
| Binary | 11110111 | 11010 | 10001010 | 0 | 1011001 | 101100 | 11 | 101001010 | 1011101 | 110110 |
Color Harmonies of #F71A8A
Complementary color
Monochromatic Colors of #F71A8A
Black with #F71A8A
Text Example
Text Example
White with #F71A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71A8A; }
p { color: rgb(247,26,138); }
H1.HeaderClassName
{
color: #F71A8A;
}
.AnyTagClassName
{
color: #F71A8A;
}
</style>
background-color css
<style>
a { background-color: #F71A8A; }
a { background-color: rgb(247,26,138); }
div.DivClassName
{
background-color: #F71A8A;
}
.BgClassName
{
background-color: #F71A8A;
}
</style>
border-color css
<style>
span { border-color: #F71A8A; }
span { border-color: rgb(247,26,138); }
td.TdClassName
{
border-color: #F71A8A;
}
.TagClassName
{
border-color: #F71A8A;
}
</style>