Shades of Deep Pink #F9177D
Tints of Deep Pink #F9177D
RGB
CMYK
RGB Variations
Color information
#F9177D (or 0xF9177D) is known color: Deep Pink. HEX triplet: F9, 17 and 7D. RGB value is (249,23,125). Sum of RGB (Red+Green+Blue) = 249+23+125=397 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.72% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 249 - color contains mainly: red. Hex color #F9177D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9177D is #06E882. Grayscale: #666666. Windows color (decimal): -452739 or 8198137. OLE color: 8198137.
HSL color Cylindrical-coordinate representation of color #F9177D: hue angle of 332.92º 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 #F9177D is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 125 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.02 |
| HSL | 332.92º | 0.95% | 0.53% | - |
| HSV(B) | 332.92º | 0.91% | 0.98% | - |
| XYZ | 43.07 | 22.23 | 21.42 | - |
| YUV | 102.2 | 140.87 | 232.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 125 | 0 | 0.91 | 0.50 | 0.02 | 332.92 | 0.95 | 0.53 |
| Hex | F9 | 17 | 7D | 0 | 5B | 32 | 2 | 14D | 5F | 35 |
| Octal | 371 | 27 | 175 | 0 | 133 | 62 | 2 | 515 | 137 | 65 |
| Binary | 11111001 | 10111 | 1111101 | 0 | 1011011 | 110010 | 10 | 101001101 | 1011111 | 110101 |
Color Harmonies of #F9177D
Complementary color
Monochromatic Colors of #F9177D
Black with #F9177D
Text Example
Text Example
White with #F9177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9177D; }
p { color: rgb(249,23,125); }
H1.HeaderClassName
{
color: #F9177D;
}
.AnyTagClassName
{
color: #F9177D;
}
</style>
background-color css
<style>
a { background-color: #F9177D; }
a { background-color: rgb(249,23,125); }
div.DivClassName
{
background-color: #F9177D;
}
.BgClassName
{
background-color: #F9177D;
}
</style>
border-color css
<style>
span { border-color: #F9177D; }
span { border-color: rgb(249,23,125); }
td.TdClassName
{
border-color: #F9177D;
}
.TagClassName
{
border-color: #F9177D;
}
</style>