Shades of Deep Pink #F71A8F
Tints of Deep Pink #F71A8F
RGB
CMYK
RGB Variations
Color information
#F71A8F (or 0xF71A8F) is known color: Deep Pink. HEX triplet: F7, 1A and 8F. RGB value is (247,26,143). Sum of RGB (Red+Green+Blue) = 247+26+143=416 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.38% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 247 - color contains mainly: red. Hex color #F71A8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71A8F is #08E570. Grayscale: #696969. Windows color (decimal): -583025 or 9378551. OLE color: 9378551.
HSL color Cylindrical-coordinate representation of color #F71A8F: hue angle of 328.24º 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 #F71A8F is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 26 | 143 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.03 |
| HSL | 328.24º | 0.93% | 0.54% | - |
| HSV(B) | 328.24º | 0.89% | 0.97% | - |
| XYZ | 43.69 | 22.5 | 28.03 | - |
| YUV | 105.42 | 149.22 | 228.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 26 | 143 | 0 | 0.89 | 0.42 | 0.03 | 328.24 | 0.93 | 0.54 |
| Hex | F7 | 1A | 8F | 0 | 59 | 2A | 3 | 148 | 5D | 36 |
| Octal | 367 | 32 | 217 | 0 | 131 | 52 | 3 | 510 | 135 | 66 |
| Binary | 11110111 | 11010 | 10001111 | 0 | 1011001 | 101010 | 11 | 101001000 | 1011101 | 110110 |
Color Harmonies of #F71A8F
Complementary color
Monochromatic Colors of #F71A8F
Black with #F71A8F
Text Example
Text Example
White with #F71A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71A8F; }
p { color: rgb(247,26,143); }
H1.HeaderClassName
{
color: #F71A8F;
}
.AnyTagClassName
{
color: #F71A8F;
}
</style>
background-color css
<style>
a { background-color: #F71A8F; }
a { background-color: rgb(247,26,143); }
div.DivClassName
{
background-color: #F71A8F;
}
.BgClassName
{
background-color: #F71A8F;
}
</style>
border-color css
<style>
span { border-color: #F71A8F; }
span { border-color: rgb(247,26,143); }
td.TdClassName
{
border-color: #F71A8F;
}
.TagClassName
{
border-color: #F71A8F;
}
</style>