Shades of Deep Pink #F5198A
Tints of Deep Pink #F5198A
RGB
CMYK
RGB Variations
Color information
#F5198A (or 0xF5198A) is known color: Deep Pink. HEX triplet: F5, 19 and 8A. RGB value is (245,25,138). Sum of RGB (Red+Green+Blue) = 245+25+138=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F5198A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5198A is #0AE675. Grayscale: #676767. Windows color (decimal): -714358 or 9050613. OLE color: 9050613.
HSL color Cylindrical-coordinate representation of color #F5198A: hue angle of 329.18º 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 #F5198A is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 138 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.04 |
| HSL | 329.18º | 0.92% | 0.53% | - |
| HSV(B) | 329.18º | 0.9% | 0.96% | - |
| XYZ | 42.59 | 21.94 | 26.04 | - |
| YUV | 103.66 | 147.39 | 228.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 138 | 0 | 0.90 | 0.44 | 0.04 | 329.18 | 0.92 | 0.53 |
| Hex | F5 | 19 | 8A | 0 | 5A | 2C | 4 | 149 | 5C | 35 |
| Octal | 365 | 31 | 212 | 0 | 132 | 54 | 4 | 511 | 134 | 65 |
| Binary | 11110101 | 11001 | 10001010 | 0 | 1011010 | 101100 | 100 | 101001001 | 1011100 | 110101 |
Color Harmonies of #F5198A
Complementary color
Monochromatic Colors of #F5198A
Black with #F5198A
Text Example
Text Example
White with #F5198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5198A; }
p { color: rgb(245,25,138); }
H1.HeaderClassName
{
color: #F5198A;
}
.AnyTagClassName
{
color: #F5198A;
}
</style>
background-color css
<style>
a { background-color: #F5198A; }
a { background-color: rgb(245,25,138); }
div.DivClassName
{
background-color: #F5198A;
}
.BgClassName
{
background-color: #F5198A;
}
</style>
border-color css
<style>
span { border-color: #F5198A; }
span { border-color: rgb(245,25,138); }
td.TdClassName
{
border-color: #F5198A;
}
.TagClassName
{
border-color: #F5198A;
}
</style>