Shades of Deep Pink #F9178B
Tints of Deep Pink #F9178B
RGB
CMYK
RGB Variations
Color information
#F9178B (or 0xF9178B) is known color: Deep Pink. HEX triplet: F9, 17 and 8B. RGB value is (249,23,139). Sum of RGB (Red+Green+Blue) = 249+23+139=411 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.58% from 411); Green value is 23 (9.38% from 255 or 5.60% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 249 - color contains mainly: red. Hex color #F9178B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9178B is #06E874. Grayscale: #676767. Windows color (decimal): -452725 or 9115641. OLE color: 9115641.
HSL color Cylindrical-coordinate representation of color #F9178B: hue angle of 329.2º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F9178B is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 139 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.02 |
| HSL | 329.2º | 0.95% | 0.53% | - |
| HSV(B) | 329.2º | 0.91% | 0.98% | - |
| XYZ | 44.03 | 22.62 | 26.47 | - |
| YUV | 103.8 | 147.87 | 231.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 139 | 0 | 0.91 | 0.44 | 0.02 | 329.2 | 0.95 | 0.53 |
| Hex | F9 | 17 | 8B | 0 | 5B | 2C | 2 | 149 | 5F | 35 |
| Octal | 371 | 27 | 213 | 0 | 133 | 54 | 2 | 511 | 137 | 65 |
| Binary | 11111001 | 10111 | 10001011 | 0 | 1011011 | 101100 | 10 | 101001001 | 1011111 | 110101 |
Color Harmonies of #F9178B
Complementary color
Monochromatic Colors of #F9178B
Black with #F9178B
Text Example
Text Example
White with #F9178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9178B; }
p { color: rgb(249,23,139); }
H1.HeaderClassName
{
color: #F9178B;
}
.AnyTagClassName
{
color: #F9178B;
}
</style>
background-color css
<style>
a { background-color: #F9178B; }
a { background-color: rgb(249,23,139); }
div.DivClassName
{
background-color: #F9178B;
}
.BgClassName
{
background-color: #F9178B;
}
</style>
border-color css
<style>
span { border-color: #F9178B; }
span { border-color: rgb(249,23,139); }
td.TdClassName
{
border-color: #F9178B;
}
.TagClassName
{
border-color: #F9178B;
}
</style>