Shades of Deep Pink #F9117D
Tints of Deep Pink #F9117D
RGB
CMYK
RGB Variations
Color information
#F9117D (or 0xF9117D) is known color: Deep Pink. HEX triplet: F9, 11 and 7D. RGB value is (249,17,125). Sum of RGB (Red+Green+Blue) = 249+17+125=391 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.68% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 249 - color contains mainly: red. Hex color #F9117D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9117D is #06EE82. Grayscale: #626262. Windows color (decimal): -454275 or 8196601. OLE color: 8196601.
HSL color Cylindrical-coordinate representation of color #F9117D: hue angle of 332.07º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F9117D is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 17 | 125 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.02 |
| HSL | 332.07º | 0.95% | 0.52% | - |
| HSV(B) | 332.07º | 0.93% | 0.98% | - |
| XYZ | 42.97 | 22.02 | 21.39 | - |
| YUV | 98.68 | 142.86 | 235.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 17 | 125 | 0 | 0.93 | 0.50 | 0.02 | 332.07 | 0.95 | 0.52 |
| Hex | F9 | 11 | 7D | 0 | 5D | 32 | 2 | 14C | 5F | 34 |
| Octal | 371 | 21 | 175 | 0 | 135 | 62 | 2 | 514 | 137 | 64 |
| Binary | 11111001 | 10001 | 1111101 | 0 | 1011101 | 110010 | 10 | 101001100 | 1011111 | 110100 |
Color Harmonies of #F9117D
Complementary color
Monochromatic Colors of #F9117D
Black with #F9117D
Text Example
Text Example
White with #F9117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9117D; }
p { color: rgb(249,17,125); }
H1.HeaderClassName
{
color: #F9117D;
}
.AnyTagClassName
{
color: #F9117D;
}
</style>
background-color css
<style>
a { background-color: #F9117D; }
a { background-color: rgb(249,17,125); }
div.DivClassName
{
background-color: #F9117D;
}
.BgClassName
{
background-color: #F9117D;
}
</style>
border-color css
<style>
span { border-color: #F9117D; }
span { border-color: rgb(249,17,125); }
td.TdClassName
{
border-color: #F9117D;
}
.TagClassName
{
border-color: #F9117D;
}
</style>