Shades of Deep Pink #F71C9C
Tints of Deep Pink #F71C9C
RGB
CMYK
RGB Variations
Color information
#F71C9C (or 0xF71C9C) is known color: Deep Pink. HEX triplet: F7, 1C and 9C. RGB value is (247,28,156). Sum of RGB (Red+Green+Blue) = 247+28+156=431 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.31% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71C9C is #08E363. Grayscale: #6B6B6B. Windows color (decimal): -582500 or 10231031. OLE color: 10231031.
HSL color Cylindrical-coordinate representation of color #F71C9C: hue angle of 324.93º 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 #F71C9C is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 28 | 156 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.03 |
| HSL | 324.93º | 0.93% | 0.54% | - |
| HSV(B) | 324.93º | 0.89% | 0.97% | - |
| XYZ | 44.77 | 23 | 33.53 | - |
| YUV | 108.07 | 155.05 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 28 | 156 | 0 | 0.89 | 0.37 | 0.03 | 324.93 | 0.93 | 0.54 |
| Hex | F7 | 1C | 9C | 0 | 59 | 25 | 3 | 145 | 5D | 36 |
| Octal | 367 | 34 | 234 | 0 | 131 | 45 | 3 | 505 | 135 | 66 |
| Binary | 11110111 | 11100 | 10011100 | 0 | 1011001 | 100101 | 11 | 101000101 | 1011101 | 110110 |
Color Harmonies of #F71C9C
Complementary color
Monochromatic Colors of #F71C9C
Black with #F71C9C
Text Example
Text Example
White with #F71C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71C9C; }
p { color: rgb(247,28,156); }
H1.HeaderClassName
{
color: #F71C9C;
}
.AnyTagClassName
{
color: #F71C9C;
}
</style>
background-color css
<style>
a { background-color: #F71C9C; }
a { background-color: rgb(247,28,156); }
div.DivClassName
{
background-color: #F71C9C;
}
.BgClassName
{
background-color: #F71C9C;
}
</style>
border-color css
<style>
span { border-color: #F71C9C; }
span { border-color: rgb(247,28,156); }
td.TdClassName
{
border-color: #F71C9C;
}
.TagClassName
{
border-color: #F71C9C;
}
</style>