Shades of Deep Pink #F3198A
Tints of Deep Pink #F3198A
RGB
CMYK
RGB Variations
Color information
#F3198A (or 0xF3198A) is known color: Deep Pink. HEX triplet: F3, 19 and 8A. RGB value is (243,25,138). Sum of RGB (Red+Green+Blue) = 243+25+138=406 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.85% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 243 - color contains mainly: red. Hex color #F3198A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3198A is #0CE675. Grayscale: #666666. Windows color (decimal): -845430 or 9050611. OLE color: 9050611.
HSL color Cylindrical-coordinate representation of color #F3198A: hue angle of 328.9º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F3198A is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 138 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.05 |
| HSL | 328.9º | 0.9% | 0.53% | - |
| HSV(B) | 328.9º | 0.9% | 0.95% | - |
| XYZ | 41.9 | 21.58 | 26 | - |
| YUV | 103.06 | 147.72 | 227.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 138 | 0 | 0.90 | 0.43 | 0.05 | 328.9 | 0.9 | 0.53 |
| Hex | F3 | 19 | 8A | 0 | 5A | 2B | 5 | 149 | 5A | 35 |
| Octal | 363 | 31 | 212 | 0 | 132 | 53 | 5 | 511 | 132 | 65 |
| Binary | 11110011 | 11001 | 10001010 | 0 | 1011010 | 101011 | 101 | 101001001 | 1011010 | 110101 |
Color Harmonies of #F3198A
Complementary color
Monochromatic Colors of #F3198A
Black with #F3198A
Text Example
Text Example
White with #F3198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3198A; }
p { color: rgb(243,25,138); }
H1.HeaderClassName
{
color: #F3198A;
}
.AnyTagClassName
{
color: #F3198A;
}
</style>
background-color css
<style>
a { background-color: #F3198A; }
a { background-color: rgb(243,25,138); }
div.DivClassName
{
background-color: #F3198A;
}
.BgClassName
{
background-color: #F3198A;
}
</style>
border-color css
<style>
span { border-color: #F3198A; }
span { border-color: rgb(243,25,138); }
td.TdClassName
{
border-color: #F3198A;
}
.TagClassName
{
border-color: #F3198A;
}
</style>