Shades of Deep Pink #F0198B
Tints of Deep Pink #F0198B
RGB
CMYK
RGB Variations
Color information
#F0198B (or 0xF0198B) is known color: Deep Pink. HEX triplet: F0, 19 and 8B. RGB value is (240,25,139). Sum of RGB (Red+Green+Blue) = 240+25+139=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F0198B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0198B is #0FE674. Grayscale: #666666. Windows color (decimal): -1042037 or 9116144. OLE color: 9116144.
HSL color Cylindrical-coordinate representation of color #F0198B: hue angle of 328.19º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0198B is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 139 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.06 |
| HSL | 328.19º | 0.88% | 0.52% | - |
| HSV(B) | 328.19º | 0.9% | 0.94% | - |
| XYZ | 40.94 | 21.08 | 26.34 | - |
| YUV | 102.28 | 148.73 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 139 | 0 | 0.90 | 0.42 | 0.06 | 328.19 | 0.88 | 0.52 |
| Hex | F0 | 19 | 8B | 0 | 5A | 2A | 6 | 148 | 58 | 34 |
| Octal | 360 | 31 | 213 | 0 | 132 | 52 | 6 | 510 | 130 | 64 |
| Binary | 11110000 | 11001 | 10001011 | 0 | 1011010 | 101010 | 110 | 101001000 | 1011000 | 110100 |
Color Harmonies of #F0198B
Complementary color
Monochromatic Colors of #F0198B
Black with #F0198B
Text Example
Text Example
White with #F0198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0198B; }
p { color: rgb(240,25,139); }
H1.HeaderClassName
{
color: #F0198B;
}
.AnyTagClassName
{
color: #F0198B;
}
</style>
background-color css
<style>
a { background-color: #F0198B; }
a { background-color: rgb(240,25,139); }
div.DivClassName
{
background-color: #F0198B;
}
.BgClassName
{
background-color: #F0198B;
}
</style>
border-color css
<style>
span { border-color: #F0198B; }
span { border-color: rgb(240,25,139); }
td.TdClassName
{
border-color: #F0198B;
}
.TagClassName
{
border-color: #F0198B;
}
</style>