Shades of Deep Pink #F5198B
Tints of Deep Pink #F5198B
RGB
CMYK
RGB Variations
Color information
#F5198B (or 0xF5198B) is known color: Deep Pink. HEX triplet: F5, 19 and 8B. RGB value is (245,25,139). Sum of RGB (Red+Green+Blue) = 245+25+139=409 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.90% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 245 - color contains mainly: red. Hex color #F5198B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5198B is #0AE674. Grayscale: #676767. Windows color (decimal): -714357 or 9116149. OLE color: 9116149.
HSL color Cylindrical-coordinate representation of color #F5198B: hue angle of 328.91º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F5198B is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 139 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.04 |
| HSL | 328.91º | 0.92% | 0.53% | - |
| HSV(B) | 328.91º | 0.9% | 0.96% | - |
| XYZ | 42.66 | 21.97 | 26.42 | - |
| YUV | 103.78 | 147.89 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 139 | 0 | 0.90 | 0.43 | 0.04 | 328.91 | 0.92 | 0.53 |
| Hex | F5 | 19 | 8B | 0 | 5A | 2B | 4 | 149 | 5C | 35 |
| Octal | 365 | 31 | 213 | 0 | 132 | 53 | 4 | 511 | 134 | 65 |
| Binary | 11110101 | 11001 | 10001011 | 0 | 1011010 | 101011 | 100 | 101001001 | 1011100 | 110101 |
Color Harmonies of #F5198B
Complementary color
Monochromatic Colors of #F5198B
Black with #F5198B
Text Example
Text Example
White with #F5198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5198B; }
p { color: rgb(245,25,139); }
H1.HeaderClassName
{
color: #F5198B;
}
.AnyTagClassName
{
color: #F5198B;
}
</style>
background-color css
<style>
a { background-color: #F5198B; }
a { background-color: rgb(245,25,139); }
div.DivClassName
{
background-color: #F5198B;
}
.BgClassName
{
background-color: #F5198B;
}
</style>
border-color css
<style>
span { border-color: #F5198B; }
span { border-color: rgb(245,25,139); }
td.TdClassName
{
border-color: #F5198B;
}
.TagClassName
{
border-color: #F5198B;
}
</style>