Shades of Deep Pink #F9168B
Tints of Deep Pink #F9168B
RGB
CMYK
RGB Variations
Color information
#F9168B (or 0xF9168B) is known color: Deep Pink. HEX triplet: F9, 16 and 8B. RGB value is (249,22,139). Sum of RGB (Red+Green+Blue) = 249+22+139=410 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.73% from 410); Green value is 22 (8.98% from 255 or 5.37% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 249 - color contains mainly: red. Hex color #F9168B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9168B is #06E974. Grayscale: #666666. Windows color (decimal): -452981 or 9115385. OLE color: 9115385.
HSL color Cylindrical-coordinate representation of color #F9168B: hue angle of 329.07º 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 #F9168B is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 139 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.02 |
| HSL | 329.07º | 0.95% | 0.53% | - |
| HSV(B) | 329.07º | 0.91% | 0.98% | - |
| XYZ | 44.01 | 22.58 | 26.46 | - |
| YUV | 103.21 | 148.21 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 139 | 0 | 0.91 | 0.44 | 0.02 | 329.07 | 0.95 | 0.53 |
| Hex | F9 | 16 | 8B | 0 | 5B | 2C | 2 | 149 | 5F | 35 |
| Octal | 371 | 26 | 213 | 0 | 133 | 54 | 2 | 511 | 137 | 65 |
| Binary | 11111001 | 10110 | 10001011 | 0 | 1011011 | 101100 | 10 | 101001001 | 1011111 | 110101 |
Color Harmonies of #F9168B
Complementary color
Monochromatic Colors of #F9168B
Black with #F9168B
Text Example
Text Example
White with #F9168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9168B; }
p { color: rgb(249,22,139); }
H1.HeaderClassName
{
color: #F9168B;
}
.AnyTagClassName
{
color: #F9168B;
}
</style>
background-color css
<style>
a { background-color: #F9168B; }
a { background-color: rgb(249,22,139); }
div.DivClassName
{
background-color: #F9168B;
}
.BgClassName
{
background-color: #F9168B;
}
</style>
border-color css
<style>
span { border-color: #F9168B; }
span { border-color: rgb(249,22,139); }
td.TdClassName
{
border-color: #F9168B;
}
.TagClassName
{
border-color: #F9168B;
}
</style>