Shades of Deep Pink #F8188C
Tints of Deep Pink #F8188C
RGB
CMYK
RGB Variations
Color information
#F8188C (or 0xF8188C) is known color: Deep Pink. HEX triplet: F8, 18 and 8C. RGB value is (248,24,140). Sum of RGB (Red+Green+Blue) = 248+24+140=412 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.19% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 248 - color contains mainly: red. Hex color #F8188C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8188C is #07E773. Grayscale: #676767. Windows color (decimal): -518004 or 9181432. OLE color: 9181432.
HSL color Cylindrical-coordinate representation of color #F8188C: hue angle of 328.93º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8188C is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 140 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.03 |
| HSL | 328.93º | 0.94% | 0.53% | - |
| HSV(B) | 328.93º | 0.9% | 0.97% | - |
| XYZ | 43.77 | 22.5 | 26.85 | - |
| YUV | 104.2 | 148.21 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 140 | 0 | 0.90 | 0.44 | 0.03 | 328.93 | 0.94 | 0.53 |
| Hex | F8 | 18 | 8C | 0 | 5A | 2C | 3 | 149 | 5E | 35 |
| Octal | 370 | 30 | 214 | 0 | 132 | 54 | 3 | 511 | 136 | 65 |
| Binary | 11111000 | 11000 | 10001100 | 0 | 1011010 | 101100 | 11 | 101001001 | 1011110 | 110101 |
Color Harmonies of #F8188C
Complementary color
Monochromatic Colors of #F8188C
Black with #F8188C
Text Example
Text Example
White with #F8188C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8188C; }
p { color: rgb(248,24,140); }
H1.HeaderClassName
{
color: #F8188C;
}
.AnyTagClassName
{
color: #F8188C;
}
</style>
background-color css
<style>
a { background-color: #F8188C; }
a { background-color: rgb(248,24,140); }
div.DivClassName
{
background-color: #F8188C;
}
.BgClassName
{
background-color: #F8188C;
}
</style>
border-color css
<style>
span { border-color: #F8188C; }
span { border-color: rgb(248,24,140); }
td.TdClassName
{
border-color: #F8188C;
}
.TagClassName
{
border-color: #F8188C;
}
</style>