Shades of Deep Pink #F7158F
Tints of Deep Pink #F7158F
RGB
CMYK
RGB Variations
Color information
#F7158F (or 0xF7158F) is known color: Deep Pink. HEX triplet: F7, 15 and 8F. RGB value is (247,21,143). Sum of RGB (Red+Green+Blue) = 247+21+143=411 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.10% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 247 - color contains mainly: red. Hex color #F7158F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7158F is #08EA70. Grayscale: #666666. Windows color (decimal): -584305 or 9377271. OLE color: 9377271.
HSL color Cylindrical-coordinate representation of color #F7158F: hue angle of 327.61º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F7158F is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 21 | 143 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.03 |
| HSL | 327.61º | 0.93% | 0.53% | - |
| HSV(B) | 327.61º | 0.91% | 0.97% | - |
| XYZ | 43.58 | 22.29 | 27.99 | - |
| YUV | 102.48 | 150.87 | 231.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 143 | 0 | 0.91 | 0.42 | 0.03 | 327.61 | 0.93 | 0.53 |
| Hex | F7 | 15 | 8F | 0 | 5B | 2A | 3 | 148 | 5D | 35 |
| Octal | 367 | 25 | 217 | 0 | 133 | 52 | 3 | 510 | 135 | 65 |
| Binary | 11110111 | 10101 | 10001111 | 0 | 1011011 | 101010 | 11 | 101001000 | 1011101 | 110101 |
Color Harmonies of #F7158F
Complementary color
Monochromatic Colors of #F7158F
Black with #F7158F
Text Example
Text Example
White with #F7158F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7158F; }
p { color: rgb(247,21,143); }
H1.HeaderClassName
{
color: #F7158F;
}
.AnyTagClassName
{
color: #F7158F;
}
</style>
background-color css
<style>
a { background-color: #F7158F; }
a { background-color: rgb(247,21,143); }
div.DivClassName
{
background-color: #F7158F;
}
.BgClassName
{
background-color: #F7158F;
}
</style>
border-color css
<style>
span { border-color: #F7158F; }
span { border-color: rgb(247,21,143); }
td.TdClassName
{
border-color: #F7158F;
}
.TagClassName
{
border-color: #F7158F;
}
</style>