Shades of Deep Pink #F9178A
Tints of Deep Pink #F9178A
RGB
CMYK
RGB Variations
Color information
#F9178A (or 0xF9178A) is known color: Deep Pink. HEX triplet: F9, 17 and 8A. RGB value is (249,23,138). Sum of RGB (Red+Green+Blue) = 249+23+138=410 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.73% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 249 - color contains mainly: red. Hex color #F9178A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9178A is #06E875. Grayscale: #676767. Windows color (decimal): -452726 or 9050105. OLE color: 9050105.
HSL color Cylindrical-coordinate representation of color #F9178A: hue angle of 329.47º 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 #F9178A is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 138 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.02 |
| HSL | 329.47º | 0.95% | 0.53% | - |
| HSV(B) | 329.47º | 0.91% | 0.98% | - |
| XYZ | 43.96 | 22.59 | 26.09 | - |
| YUV | 103.68 | 147.37 | 231.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 138 | 0 | 0.91 | 0.45 | 0.02 | 329.47 | 0.95 | 0.53 |
| Hex | F9 | 17 | 8A | 0 | 5B | 2D | 2 | 149 | 5F | 35 |
| Octal | 371 | 27 | 212 | 0 | 133 | 55 | 2 | 511 | 137 | 65 |
| Binary | 11111001 | 10111 | 10001010 | 0 | 1011011 | 101101 | 10 | 101001001 | 1011111 | 110101 |
Color Harmonies of #F9178A
Complementary color
Monochromatic Colors of #F9178A
Black with #F9178A
Text Example
Text Example
White with #F9178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9178A; }
p { color: rgb(249,23,138); }
H1.HeaderClassName
{
color: #F9178A;
}
.AnyTagClassName
{
color: #F9178A;
}
</style>
background-color css
<style>
a { background-color: #F9178A; }
a { background-color: rgb(249,23,138); }
div.DivClassName
{
background-color: #F9178A;
}
.BgClassName
{
background-color: #F9178A;
}
</style>
border-color css
<style>
span { border-color: #F9178A; }
span { border-color: rgb(249,23,138); }
td.TdClassName
{
border-color: #F9178A;
}
.TagClassName
{
border-color: #F9178A;
}
</style>