Shades of Deep Pink #F8178B
Tints of Deep Pink #F8178B
RGB
CMYK
RGB Variations
Color information
#F8178B (or 0xF8178B) is known color: Deep Pink. HEX triplet: F8, 17 and 8B. RGB value is (248,23,139). Sum of RGB (Red+Green+Blue) = 248+23+139=410 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.49% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 248 - color contains mainly: red. Hex color #F8178B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8178B is #07E874. Grayscale: #676767. Windows color (decimal): -518261 or 9115640. OLE color: 9115640.
HSL color Cylindrical-coordinate representation of color #F8178B: hue angle of 329.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 #F8178B is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 139 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.03 |
| HSL | 329.07º | 0.94% | 0.53% | - |
| HSV(B) | 329.07º | 0.91% | 0.97% | - |
| XYZ | 43.68 | 22.43 | 26.45 | - |
| YUV | 103.5 | 148.04 | 231.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 139 | 0 | 0.91 | 0.44 | 0.03 | 329.07 | 0.94 | 0.53 |
| Hex | F8 | 17 | 8B | 0 | 5B | 2C | 3 | 149 | 5E | 35 |
| Octal | 370 | 27 | 213 | 0 | 133 | 54 | 3 | 511 | 136 | 65 |
| Binary | 11111000 | 10111 | 10001011 | 0 | 1011011 | 101100 | 11 | 101001001 | 1011110 | 110101 |
Color Harmonies of #F8178B
Complementary color
Monochromatic Colors of #F8178B
Black with #F8178B
Text Example
Text Example
White with #F8178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8178B; }
p { color: rgb(248,23,139); }
H1.HeaderClassName
{
color: #F8178B;
}
.AnyTagClassName
{
color: #F8178B;
}
</style>
background-color css
<style>
a { background-color: #F8178B; }
a { background-color: rgb(248,23,139); }
div.DivClassName
{
background-color: #F8178B;
}
.BgClassName
{
background-color: #F8178B;
}
</style>
border-color css
<style>
span { border-color: #F8178B; }
span { border-color: rgb(248,23,139); }
td.TdClassName
{
border-color: #F8178B;
}
.TagClassName
{
border-color: #F8178B;
}
</style>