Shades of Deep Pink #F9198B
Tints of Deep Pink #F9198B
RGB
CMYK
RGB Variations
Color information
#F9198B (or 0xF9198B) is known color: Deep Pink. HEX triplet: F9, 19 and 8B. RGB value is (249,25,139). Sum of RGB (Red+Green+Blue) = 249+25+139=413 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.29% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 249 - color contains mainly: red. Hex color #F9198B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9198B is #06E674. Grayscale: #686868. Windows color (decimal): -452213 or 9116153. OLE color: 9116153.
HSL color Cylindrical-coordinate representation of color #F9198B: hue angle of 329.46º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9198B is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 139 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.02 |
| HSL | 329.46º | 0.95% | 0.54% | - |
| HSV(B) | 329.46º | 0.9% | 0.98% | - |
| XYZ | 44.07 | 22.7 | 26.48 | - |
| YUV | 104.97 | 147.21 | 230.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 139 | 0 | 0.90 | 0.44 | 0.02 | 329.46 | 0.95 | 0.54 |
| Hex | F9 | 19 | 8B | 0 | 5A | 2C | 2 | 149 | 5F | 36 |
| Octal | 371 | 31 | 213 | 0 | 132 | 54 | 2 | 511 | 137 | 66 |
| Binary | 11111001 | 11001 | 10001011 | 0 | 1011010 | 101100 | 10 | 101001001 | 1011111 | 110110 |
Color Harmonies of #F9198B
Complementary color
Monochromatic Colors of #F9198B
Black with #F9198B
Text Example
Text Example
White with #F9198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9198B; }
p { color: rgb(249,25,139); }
H1.HeaderClassName
{
color: #F9198B;
}
.AnyTagClassName
{
color: #F9198B;
}
</style>
background-color css
<style>
a { background-color: #F9198B; }
a { background-color: rgb(249,25,139); }
div.DivClassName
{
background-color: #F9198B;
}
.BgClassName
{
background-color: #F9198B;
}
</style>
border-color css
<style>
span { border-color: #F9198B; }
span { border-color: rgb(249,25,139); }
td.TdClassName
{
border-color: #F9198B;
}
.TagClassName
{
border-color: #F9198B;
}
</style>