Shades of Deep Pink #F9177B
Tints of Deep Pink #F9177B
RGB
CMYK
RGB Variations
Color information
#F9177B (or 0xF9177B) is known color: Deep Pink. HEX triplet: F9, 17 and 7B. RGB value is (249,23,123). Sum of RGB (Red+Green+Blue) = 249+23+123=395 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.04% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 249 - color contains mainly: red. Hex color #F9177B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9177B is #06E884. Grayscale: #656565. Windows color (decimal): -452741 or 8067065. OLE color: 8067065.
HSL color Cylindrical-coordinate representation of color #F9177B: hue angle of 333.45º 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 #F9177B is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 123 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.02 |
| HSL | 333.45º | 0.95% | 0.53% | - |
| HSV(B) | 333.45º | 0.91% | 0.98% | - |
| XYZ | 42.95 | 22.18 | 20.76 | - |
| YUV | 101.97 | 139.87 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 123 | 0 | 0.91 | 0.51 | 0.02 | 333.45 | 0.95 | 0.53 |
| Hex | F9 | 17 | 7B | 0 | 5B | 33 | 2 | 14D | 5F | 35 |
| Octal | 371 | 27 | 173 | 0 | 133 | 63 | 2 | 515 | 137 | 65 |
| Binary | 11111001 | 10111 | 1111011 | 0 | 1011011 | 110011 | 10 | 101001101 | 1011111 | 110101 |
Color Harmonies of #F9177B
Complementary color
Monochromatic Colors of #F9177B
Black with #F9177B
Text Example
Text Example
White with #F9177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9177B; }
p { color: rgb(249,23,123); }
H1.HeaderClassName
{
color: #F9177B;
}
.AnyTagClassName
{
color: #F9177B;
}
</style>
background-color css
<style>
a { background-color: #F9177B; }
a { background-color: rgb(249,23,123); }
div.DivClassName
{
background-color: #F9177B;
}
.BgClassName
{
background-color: #F9177B;
}
</style>
border-color css
<style>
span { border-color: #F9177B; }
span { border-color: rgb(249,23,123); }
td.TdClassName
{
border-color: #F9177B;
}
.TagClassName
{
border-color: #F9177B;
}
</style>