Shades of Deep Pink #F71C9A
Tints of Deep Pink #F71C9A
RGB
CMYK
RGB Variations
Color information
#F71C9A (or 0xF71C9A) is known color: Deep Pink. HEX triplet: F7, 1C and 9A. RGB value is (247,28,154). Sum of RGB (Red+Green+Blue) = 247+28+154=429 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.58% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71C9A is #08E365. Grayscale: #6B6B6B. Windows color (decimal): -582502 or 10099959. OLE color: 10099959.
HSL color Cylindrical-coordinate representation of color #F71C9A: hue angle of 325.48º 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 #F71C9A is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 28 | 154 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.03 |
| HSL | 325.48º | 0.93% | 0.54% | - |
| HSV(B) | 325.48º | 0.89% | 0.97% | - |
| XYZ | 44.61 | 22.94 | 32.65 | - |
| YUV | 107.85 | 154.05 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 28 | 154 | 0 | 0.89 | 0.38 | 0.03 | 325.48 | 0.93 | 0.54 |
| Hex | F7 | 1C | 9A | 0 | 59 | 26 | 3 | 145 | 5D | 36 |
| Octal | 367 | 34 | 232 | 0 | 131 | 46 | 3 | 505 | 135 | 66 |
| Binary | 11110111 | 11100 | 10011010 | 0 | 1011001 | 100110 | 11 | 101000101 | 1011101 | 110110 |
Color Harmonies of #F71C9A
Complementary color
Monochromatic Colors of #F71C9A
Black with #F71C9A
Text Example
Text Example
White with #F71C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71C9A; }
p { color: rgb(247,28,154); }
H1.HeaderClassName
{
color: #F71C9A;
}
.AnyTagClassName
{
color: #F71C9A;
}
</style>
background-color css
<style>
a { background-color: #F71C9A; }
a { background-color: rgb(247,28,154); }
div.DivClassName
{
background-color: #F71C9A;
}
.BgClassName
{
background-color: #F71C9A;
}
</style>
border-color css
<style>
span { border-color: #F71C9A; }
span { border-color: rgb(247,28,154); }
td.TdClassName
{
border-color: #F71C9A;
}
.TagClassName
{
border-color: #F71C9A;
}
</style>