Shades of Deep Pink #F8198D
Tints of Deep Pink #F8198D
RGB
CMYK
RGB Variations
Color information
#F8198D (or 0xF8198D) is known color: Deep Pink. HEX triplet: F8, 19 and 8D. RGB value is (248,25,141). Sum of RGB (Red+Green+Blue) = 248+25+141=414 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.90% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 248 - color contains mainly: red. Hex color #F8198D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8198D is #07E672. Grayscale: #686868. Windows color (decimal): -517747 or 9247224. OLE color: 9247224.
HSL color Cylindrical-coordinate representation of color #F8198D: hue angle of 328.79º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8198D is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 141 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.03 |
| HSL | 328.79º | 0.94% | 0.54% | - |
| HSV(B) | 328.79º | 0.9% | 0.97% | - |
| XYZ | 43.87 | 22.57 | 27.24 | - |
| YUV | 104.9 | 148.38 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 141 | 0 | 0.90 | 0.43 | 0.03 | 328.79 | 0.94 | 0.54 |
| Hex | F8 | 19 | 8D | 0 | 5A | 2B | 3 | 149 | 5E | 36 |
| Octal | 370 | 31 | 215 | 0 | 132 | 53 | 3 | 511 | 136 | 66 |
| Binary | 11111000 | 11001 | 10001101 | 0 | 1011010 | 101011 | 11 | 101001001 | 1011110 | 110110 |
Color Harmonies of #F8198D
Complementary color
Monochromatic Colors of #F8198D
Black with #F8198D
Text Example
Text Example
White with #F8198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8198D; }
p { color: rgb(248,25,141); }
H1.HeaderClassName
{
color: #F8198D;
}
.AnyTagClassName
{
color: #F8198D;
}
</style>
background-color css
<style>
a { background-color: #F8198D; }
a { background-color: rgb(248,25,141); }
div.DivClassName
{
background-color: #F8198D;
}
.BgClassName
{
background-color: #F8198D;
}
</style>
border-color css
<style>
span { border-color: #F8198D; }
span { border-color: rgb(248,25,141); }
td.TdClassName
{
border-color: #F8198D;
}
.TagClassName
{
border-color: #F8198D;
}
</style>