Shades of Deep Pink #F9178F
Tints of Deep Pink #F9178F
RGB
CMYK
RGB Variations
Color information
#F9178F (or 0xF9178F) is known color: Deep Pink. HEX triplet: F9, 17 and 8F. RGB value is (249,23,143). Sum of RGB (Red+Green+Blue) = 249+23+143=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F9178F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9178F is #06E870. Grayscale: #686868. Windows color (decimal): -452721 or 9377785. OLE color: 9377785.
HSL color Cylindrical-coordinate representation of color #F9178F: hue angle of 328.14º 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 #F9178F is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 143 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.02 |
| HSL | 328.14º | 0.95% | 0.53% | - |
| HSV(B) | 328.14º | 0.91% | 0.98% | - |
| XYZ | 44.33 | 22.74 | 28.04 | - |
| YUV | 104.25 | 149.87 | 231.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 143 | 0 | 0.91 | 0.43 | 0.02 | 328.14 | 0.95 | 0.53 |
| Hex | F9 | 17 | 8F | 0 | 5B | 2B | 2 | 148 | 5F | 35 |
| Octal | 371 | 27 | 217 | 0 | 133 | 53 | 2 | 510 | 137 | 65 |
| Binary | 11111001 | 10111 | 10001111 | 0 | 1011011 | 101011 | 10 | 101001000 | 1011111 | 110101 |
Color Harmonies of #F9178F
Complementary color
Monochromatic Colors of #F9178F
Black with #F9178F
Text Example
Text Example
White with #F9178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9178F; }
p { color: rgb(249,23,143); }
H1.HeaderClassName
{
color: #F9178F;
}
.AnyTagClassName
{
color: #F9178F;
}
</style>
background-color css
<style>
a { background-color: #F9178F; }
a { background-color: rgb(249,23,143); }
div.DivClassName
{
background-color: #F9178F;
}
.BgClassName
{
background-color: #F9178F;
}
</style>
border-color css
<style>
span { border-color: #F9178F; }
span { border-color: rgb(249,23,143); }
td.TdClassName
{
border-color: #F9178F;
}
.TagClassName
{
border-color: #F9178F;
}
</style>