Shades of Deep Pink #F8199B
Tints of Deep Pink #F8199B
RGB
CMYK
RGB Variations
Color information
#F8199B (or 0xF8199B) is known color: Deep Pink. HEX triplet: F8, 19 and 9B. RGB value is (248,25,155). Sum of RGB (Red+Green+Blue) = 248+25+155=428 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.94% from 428); Green value is 25 (10.16% from 255 or 5.84% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 248 - color contains mainly: red. Hex color #F8199B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8199B is #07E664. Grayscale: #6A6A6A. Windows color (decimal): -517733 or 10164728. OLE color: 10164728.
HSL color Cylindrical-coordinate representation of color #F8199B: hue angle of 325.02º 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 #F8199B is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 155 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.03 |
| HSL | 325.02º | 0.94% | 0.54% | - |
| HSV(B) | 325.02º | 0.9% | 0.97% | - |
| XYZ | 44.98 | 23.02 | 33.08 | - |
| YUV | 106.5 | 155.38 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 155 | 0 | 0.90 | 0.38 | 0.03 | 325.02 | 0.94 | 0.54 |
| Hex | F8 | 19 | 9B | 0 | 5A | 26 | 3 | 145 | 5E | 36 |
| Octal | 370 | 31 | 233 | 0 | 132 | 46 | 3 | 505 | 136 | 66 |
| Binary | 11111000 | 11001 | 10011011 | 0 | 1011010 | 100110 | 11 | 101000101 | 1011110 | 110110 |
Color Harmonies of #F8199B
Complementary color
Monochromatic Colors of #F8199B
Black with #F8199B
Text Example
Text Example
White with #F8199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8199B; }
p { color: rgb(248,25,155); }
H1.HeaderClassName
{
color: #F8199B;
}
.AnyTagClassName
{
color: #F8199B;
}
</style>
background-color css
<style>
a { background-color: #F8199B; }
a { background-color: rgb(248,25,155); }
div.DivClassName
{
background-color: #F8199B;
}
.BgClassName
{
background-color: #F8199B;
}
</style>
border-color css
<style>
span { border-color: #F8199B; }
span { border-color: rgb(248,25,155); }
td.TdClassName
{
border-color: #F8199B;
}
.TagClassName
{
border-color: #F8199B;
}
</style>