Shades of Deep Pink #F7178B
Tints of Deep Pink #F7178B
RGB
CMYK
RGB Variations
Color information
#F7178B (or 0xF7178B) is known color: Deep Pink. HEX triplet: F7, 17 and 8B. RGB value is (247,23,139). Sum of RGB (Red+Green+Blue) = 247+23+139=409 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.39% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 247 - color contains mainly: red. Hex color #F7178B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7178B is #08E874. Grayscale: #666666. Windows color (decimal): -583797 or 9115639. OLE color: 9115639.
HSL color Cylindrical-coordinate representation of color #F7178B: hue angle of 328.93º 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 #F7178B is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 23 | 139 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.03 |
| HSL | 328.93º | 0.93% | 0.53% | - |
| HSV(B) | 328.93º | 0.91% | 0.97% | - |
| XYZ | 43.32 | 22.25 | 26.44 | - |
| YUV | 103.2 | 148.21 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 23 | 139 | 0 | 0.91 | 0.44 | 0.03 | 328.93 | 0.93 | 0.53 |
| Hex | F7 | 17 | 8B | 0 | 5B | 2C | 3 | 149 | 5D | 35 |
| Octal | 367 | 27 | 213 | 0 | 133 | 54 | 3 | 511 | 135 | 65 |
| Binary | 11110111 | 10111 | 10001011 | 0 | 1011011 | 101100 | 11 | 101001001 | 1011101 | 110101 |
Color Harmonies of #F7178B
Complementary color
Monochromatic Colors of #F7178B
Black with #F7178B
Text Example
Text Example
White with #F7178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7178B; }
p { color: rgb(247,23,139); }
H1.HeaderClassName
{
color: #F7178B;
}
.AnyTagClassName
{
color: #F7178B;
}
</style>
background-color css
<style>
a { background-color: #F7178B; }
a { background-color: rgb(247,23,139); }
div.DivClassName
{
background-color: #F7178B;
}
.BgClassName
{
background-color: #F7178B;
}
</style>
border-color css
<style>
span { border-color: #F7178B; }
span { border-color: rgb(247,23,139); }
td.TdClassName
{
border-color: #F7178B;
}
.TagClassName
{
border-color: #F7178B;
}
</style>