Shades of Deep Pink #F7048F
Tints of Deep Pink #F7048F
RGB
CMYK
RGB Variations
Color information
#F7048F (or 0xF7048F) is known color: Deep Pink. HEX triplet: F7, 04 and 8F. RGB value is (247,4,143). Sum of RGB (Red+Green+Blue) = 247+4+143=394 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.69% from 394); Green value is 4 (1.95% from 255 or 1.02% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 247 - color contains mainly: red. Hex color #F7048F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7048F is #08FB70. Grayscale: #5C5C5C. Windows color (decimal): -588657 or 9372919. OLE color: 9372919.
HSL color Cylindrical-coordinate representation of color #F7048F: hue angle of 325.68º 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 #F7048F is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 4 | 143 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.03 |
| HSL | 325.68º | 0.97% | 0.49% | - |
| HSV(B) | 325.68º | 0.98% | 0.97% | - |
| XYZ | 43.36 | 21.84 | 27.92 | - |
| YUV | 92.5 | 156.51 | 238.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 4 | 143 | 0 | 0.98 | 0.42 | 0.03 | 325.68 | 0.97 | 0.49 |
| Hex | F7 | 4 | 8F | 0 | 62 | 2A | 3 | 146 | 61 | 31 |
| Octal | 367 | 4 | 217 | 0 | 142 | 52 | 3 | 506 | 141 | 61 |
| Binary | 11110111 | 100 | 10001111 | 0 | 1100010 | 101010 | 11 | 101000110 | 1100001 | 110001 |
Color Harmonies of #F7048F
Complementary color
Monochromatic Colors of #F7048F
Black with #F7048F
Text Example
Text Example
White with #F7048F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7048F; }
p { color: rgb(247,4,143); }
H1.HeaderClassName
{
color: #F7048F;
}
.AnyTagClassName
{
color: #F7048F;
}
</style>
background-color css
<style>
a { background-color: #F7048F; }
a { background-color: rgb(247,4,143); }
div.DivClassName
{
background-color: #F7048F;
}
.BgClassName
{
background-color: #F7048F;
}
</style>
border-color css
<style>
span { border-color: #F7048F; }
span { border-color: rgb(247,4,143); }
td.TdClassName
{
border-color: #F7048F;
}
.TagClassName
{
border-color: #F7048F;
}
</style>