Shades of Deep Pink #F8199C
Tints of Deep Pink #F8199C
RGB
CMYK
RGB Variations
Color information
#F8199C (or 0xF8199C) is known color: Deep Pink. HEX triplet: F8, 19 and 9C. RGB value is (248,25,156). Sum of RGB (Red+Green+Blue) = 248+25+156=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 25 (10.16% from 255 or 5.83% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F8199C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8199C is #07E663. Grayscale: #6A6A6A. Windows color (decimal): -517732 or 10230264. OLE color: 10230264.
HSL color Cylindrical-coordinate representation of color #F8199C: hue angle of 324.75º 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 #F8199C is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 156 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.03 |
| HSL | 324.75º | 0.94% | 0.54% | - |
| HSV(B) | 324.75º | 0.9% | 0.97% | - |
| XYZ | 45.06 | 23.05 | 33.53 | - |
| YUV | 106.61 | 155.88 | 228.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 156 | 0 | 0.90 | 0.37 | 0.03 | 324.75 | 0.94 | 0.54 |
| Hex | F8 | 19 | 9C | 0 | 5A | 25 | 3 | 145 | 5E | 36 |
| Octal | 370 | 31 | 234 | 0 | 132 | 45 | 3 | 505 | 136 | 66 |
| Binary | 11111000 | 11001 | 10011100 | 0 | 1011010 | 100101 | 11 | 101000101 | 1011110 | 110110 |
Color Harmonies of #F8199C
Complementary color
Monochromatic Colors of #F8199C
Black with #F8199C
Text Example
Text Example
White with #F8199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8199C; }
p { color: rgb(248,25,156); }
H1.HeaderClassName
{
color: #F8199C;
}
.AnyTagClassName
{
color: #F8199C;
}
</style>
background-color css
<style>
a { background-color: #F8199C; }
a { background-color: rgb(248,25,156); }
div.DivClassName
{
background-color: #F8199C;
}
.BgClassName
{
background-color: #F8199C;
}
</style>
border-color css
<style>
span { border-color: #F8199C; }
span { border-color: rgb(248,25,156); }
td.TdClassName
{
border-color: #F8199C;
}
.TagClassName
{
border-color: #F8199C;
}
</style>