Shades of Deep Pink #F7139A
Tints of Deep Pink #F7139A
RGB
CMYK
RGB Variations
Color information
#F7139A (or 0xF7139A) is known color: Deep Pink. HEX triplet: F7, 13 and 9A. RGB value is (247,19,154). Sum of RGB (Red+Green+Blue) = 247+19+154=420 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.81% from 420); Green value is 19 (7.81% from 255 or 4.52% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 247 - color contains mainly: red. Hex color #F7139A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7139A is #08EC65. Grayscale: #666666. Windows color (decimal): -584806 or 10097655. OLE color: 10097655.
HSL color Cylindrical-coordinate representation of color #F7139A: hue angle of 324.47º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F7139A is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 19 | 154 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.03 |
| HSL | 324.47º | 0.93% | 0.52% | - |
| HSV(B) | 324.47º | 0.92% | 0.97% | - |
| XYZ | 44.42 | 22.57 | 32.59 | - |
| YUV | 102.56 | 157.04 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 19 | 154 | 0 | 0.92 | 0.38 | 0.03 | 324.47 | 0.93 | 0.52 |
| Hex | F7 | 13 | 9A | 0 | 5C | 26 | 3 | 144 | 5D | 34 |
| Octal | 367 | 23 | 232 | 0 | 134 | 46 | 3 | 504 | 135 | 64 |
| Binary | 11110111 | 10011 | 10011010 | 0 | 1011100 | 100110 | 11 | 101000100 | 1011101 | 110100 |
Color Harmonies of #F7139A
Complementary color
Monochromatic Colors of #F7139A
Black with #F7139A
Text Example
Text Example
White with #F7139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7139A; }
p { color: rgb(247,19,154); }
H1.HeaderClassName
{
color: #F7139A;
}
.AnyTagClassName
{
color: #F7139A;
}
</style>
background-color css
<style>
a { background-color: #F7139A; }
a { background-color: rgb(247,19,154); }
div.DivClassName
{
background-color: #F7139A;
}
.BgClassName
{
background-color: #F7139A;
}
</style>
border-color css
<style>
span { border-color: #F7139A; }
span { border-color: rgb(247,19,154); }
td.TdClassName
{
border-color: #F7139A;
}
.TagClassName
{
border-color: #F7139A;
}
</style>