Shades of Deep Pink #F8188F
Tints of Deep Pink #F8188F
RGB
CMYK
RGB Variations
Color information
#F8188F (or 0xF8188F) is known color: Deep Pink. HEX triplet: F8, 18 and 8F. RGB value is (248,24,143). Sum of RGB (Red+Green+Blue) = 248+24+143=415 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.76% from 415); Green value is 24 (9.77% from 255 or 5.78% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 248 - color contains mainly: red. Hex color #F8188F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8188F is #07E770. Grayscale: #686868. Windows color (decimal): -518001 or 9378040. OLE color: 9378040.
HSL color Cylindrical-coordinate representation of color #F8188F: hue angle of 328.12º 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 #F8188F is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 143 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.03 |
| HSL | 328.13º | 0.94% | 0.53% | - |
| HSV(B) | 328.13º | 0.9% | 0.97% | - |
| XYZ | 44 | 22.59 | 28.03 | - |
| YUV | 104.54 | 149.71 | 230.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 143 | 0 | 0.90 | 0.42 | 0.03 | 328.13 | 0.94 | 0.53 |
| Hex | F8 | 18 | 8F | 0 | 5A | 2A | 3 | 148 | 5E | 35 |
| Octal | 370 | 30 | 217 | 0 | 132 | 52 | 3 | 510 | 136 | 65 |
| Binary | 11111000 | 11000 | 10001111 | 0 | 1011010 | 101010 | 11 | 101001000 | 1011110 | 110101 |
Color Harmonies of #F8188F
Complementary color
Monochromatic Colors of #F8188F
Black with #F8188F
Text Example
Text Example
White with #F8188F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8188F; }
p { color: rgb(248,24,143); }
H1.HeaderClassName
{
color: #F8188F;
}
.AnyTagClassName
{
color: #F8188F;
}
</style>
background-color css
<style>
a { background-color: #F8188F; }
a { background-color: rgb(248,24,143); }
div.DivClassName
{
background-color: #F8188F;
}
.BgClassName
{
background-color: #F8188F;
}
</style>
border-color css
<style>
span { border-color: #F8188F; }
span { border-color: rgb(248,24,143); }
td.TdClassName
{
border-color: #F8188F;
}
.TagClassName
{
border-color: #F8188F;
}
</style>