Shades of Deep Pink #F71C9B
Tints of Deep Pink #F71C9B
RGB
CMYK
RGB Variations
Color information
#F71C9B (or 0xF71C9B) is known color: Deep Pink. HEX triplet: F7, 1C and 9B. RGB value is (247,28,155). Sum of RGB (Red+Green+Blue) = 247+28+155=430 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.44% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71C9B is #08E364. Grayscale: #6B6B6B. Windows color (decimal): -582501 or 10165495. OLE color: 10165495.
HSL color Cylindrical-coordinate representation of color #F71C9B: hue angle of 325.21º 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 #F71C9B is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 28 | 155 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.03 |
| HSL | 325.21º | 0.93% | 0.54% | - |
| HSV(B) | 325.21º | 0.89% | 0.97% | - |
| XYZ | 44.69 | 22.97 | 33.09 | - |
| YUV | 107.96 | 154.55 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 28 | 155 | 0 | 0.89 | 0.37 | 0.03 | 325.21 | 0.93 | 0.54 |
| Hex | F7 | 1C | 9B | 0 | 59 | 25 | 3 | 145 | 5D | 36 |
| Octal | 367 | 34 | 233 | 0 | 131 | 45 | 3 | 505 | 135 | 66 |
| Binary | 11110111 | 11100 | 10011011 | 0 | 1011001 | 100101 | 11 | 101000101 | 1011101 | 110110 |
Color Harmonies of #F71C9B
Complementary color
Monochromatic Colors of #F71C9B
Black with #F71C9B
Text Example
Text Example
White with #F71C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71C9B; }
p { color: rgb(247,28,155); }
H1.HeaderClassName
{
color: #F71C9B;
}
.AnyTagClassName
{
color: #F71C9B;
}
</style>
background-color css
<style>
a { background-color: #F71C9B; }
a { background-color: rgb(247,28,155); }
div.DivClassName
{
background-color: #F71C9B;
}
.BgClassName
{
background-color: #F71C9B;
}
</style>
border-color css
<style>
span { border-color: #F71C9B; }
span { border-color: rgb(247,28,155); }
td.TdClassName
{
border-color: #F71C9B;
}
.TagClassName
{
border-color: #F71C9B;
}
</style>