Shades of Deep Pink #F9189D
Tints of Deep Pink #F9189D
RGB
CMYK
RGB Variations
Color information
#F9189D (or 0xF9189D) is known color: Deep Pink. HEX triplet: F9, 18 and 9D. RGB value is (249,24,157). Sum of RGB (Red+Green+Blue) = 249+24+157=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 24 (9.77% from 255 or 5.58% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F9189D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9189D is #06E762. Grayscale: #6A6A6A. Windows color (decimal): -452451 or 10295545. OLE color: 10295545.
HSL color Cylindrical-coordinate representation of color #F9189D: hue angle of 324.53º 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 #F9189D is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 157 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.02 |
| HSL | 324.53º | 0.95% | 0.54% | - |
| HSV(B) | 324.53º | 0.9% | 0.98% | - |
| XYZ | 45.48 | 23.23 | 33.98 | - |
| YUV | 106.44 | 156.54 | 229.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 157 | 0 | 0.90 | 0.37 | 0.02 | 324.53 | 0.95 | 0.54 |
| Hex | F9 | 18 | 9D | 0 | 5A | 25 | 2 | 145 | 5F | 36 |
| Octal | 371 | 30 | 235 | 0 | 132 | 45 | 2 | 505 | 137 | 66 |
| Binary | 11111001 | 11000 | 10011101 | 0 | 1011010 | 100101 | 10 | 101000101 | 1011111 | 110110 |
Color Harmonies of #F9189D
Complementary color
Monochromatic Colors of #F9189D
Black with #F9189D
Text Example
Text Example
White with #F9189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9189D; }
p { color: rgb(249,24,157); }
H1.HeaderClassName
{
color: #F9189D;
}
.AnyTagClassName
{
color: #F9189D;
}
</style>
background-color css
<style>
a { background-color: #F9189D; }
a { background-color: rgb(249,24,157); }
div.DivClassName
{
background-color: #F9189D;
}
.BgClassName
{
background-color: #F9189D;
}
</style>
border-color css
<style>
span { border-color: #F9189D; }
span { border-color: rgb(249,24,157); }
td.TdClassName
{
border-color: #F9189D;
}
.TagClassName
{
border-color: #F9189D;
}
</style>