Shades of Deep Pink #F7048A
Tints of Deep Pink #F7048A
RGB
CMYK
RGB Variations
Color information
#F7048A (or 0xF7048A) is known color: Deep Pink. HEX triplet: F7, 04 and 8A. RGB value is (247,4,138). Sum of RGB (Red+Green+Blue) = 247+4+138=389 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.50% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 247 - color contains mainly: red. Hex color #F7048A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7048A is #08FB75. Grayscale: #5B5B5B. Windows color (decimal): -588662 or 9045239. OLE color: 9045239.
HSL color Cylindrical-coordinate representation of color #F7048A: hue angle of 326.91º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7048A is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 4 | 138 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.03 |
| HSL | 326.91º | 0.97% | 0.49% | - |
| HSV(B) | 326.91º | 0.98% | 0.97% | - |
| XYZ | 42.99 | 21.7 | 25.97 | - |
| YUV | 91.93 | 154.01 | 238.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 4 | 138 | 0 | 0.98 | 0.44 | 0.03 | 326.91 | 0.97 | 0.49 |
| Hex | F7 | 4 | 8A | 0 | 62 | 2C | 3 | 147 | 61 | 31 |
| Octal | 367 | 4 | 212 | 0 | 142 | 54 | 3 | 507 | 141 | 61 |
| Binary | 11110111 | 100 | 10001010 | 0 | 1100010 | 101100 | 11 | 101000111 | 1100001 | 110001 |
Color Harmonies of #F7048A
Complementary color
Monochromatic Colors of #F7048A
Black with #F7048A
Text Example
Text Example
White with #F7048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7048A; }
p { color: rgb(247,4,138); }
H1.HeaderClassName
{
color: #F7048A;
}
.AnyTagClassName
{
color: #F7048A;
}
</style>
background-color css
<style>
a { background-color: #F7048A; }
a { background-color: rgb(247,4,138); }
div.DivClassName
{
background-color: #F7048A;
}
.BgClassName
{
background-color: #F7048A;
}
</style>
border-color css
<style>
span { border-color: #F7048A; }
span { border-color: rgb(247,4,138); }
td.TdClassName
{
border-color: #F7048A;
}
.TagClassName
{
border-color: #F7048A;
}
</style>