Shades of Deep Pink #F8177C
Tints of Deep Pink #F8177C
RGB
CMYK
RGB Variations
Color information
#F8177C (or 0xF8177C) is known color: Deep Pink. HEX triplet: F8, 17 and 7C. RGB value is (248,23,124). Sum of RGB (Red+Green+Blue) = 248+23+124=395 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.78% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 248 - color contains mainly: red. Hex color #F8177C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8177C is #07E883. Grayscale: #656565. Windows color (decimal): -518276 or 8132600. OLE color: 8132600.
HSL color Cylindrical-coordinate representation of color #F8177C: hue angle of 333.07º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F8177C is Cyan = 0, Magento = 0.91, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 124 | - |
| CMYK | 0 | 0.91 | 0.5 | 0.03 |
| HSL | 333.07º | 0.94% | 0.53% | - |
| HSV(B) | 333.07º | 0.91% | 0.97% | - |
| XYZ | 42.66 | 22.02 | 21.07 | - |
| YUV | 101.79 | 140.54 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 124 | 0 | 0.91 | 0.5 | 0.03 | 333.07 | 0.94 | 0.53 |
| Hex | F8 | 17 | 7C | 0 | 5B | 32 | 3 | 14D | 5E | 35 |
| Octal | 370 | 27 | 174 | 0 | 133 | 62 | 3 | 515 | 136 | 65 |
| Binary | 11111000 | 10111 | 1111100 | 0 | 1011011 | 110010 | 11 | 101001101 | 1011110 | 110101 |
Color Harmonies of #F8177C
Complementary color
Monochromatic Colors of #F8177C
Black with #F8177C
Text Example
Text Example
White with #F8177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8177C; }
p { color: rgb(248,23,124); }
H1.HeaderClassName
{
color: #F8177C;
}
.AnyTagClassName
{
color: #F8177C;
}
</style>
background-color css
<style>
a { background-color: #F8177C; }
a { background-color: rgb(248,23,124); }
div.DivClassName
{
background-color: #F8177C;
}
.BgClassName
{
background-color: #F8177C;
}
</style>
border-color css
<style>
span { border-color: #F8177C; }
span { border-color: rgb(248,23,124); }
td.TdClassName
{
border-color: #F8177C;
}
.TagClassName
{
border-color: #F8177C;
}
</style>