Shades of Deep Pink #F3198B
Tints of Deep Pink #F3198B
RGB
CMYK
RGB Variations
Color information
#F3198B (or 0xF3198B) is known color: Deep Pink. HEX triplet: F3, 19 and 8B. RGB value is (243,25,139). Sum of RGB (Red+Green+Blue) = 243+25+139=407 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.71% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 243 - color contains mainly: red. Hex color #F3198B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3198B is #0CE674. Grayscale: #666666. Windows color (decimal): -845429 or 9116147. OLE color: 9116147.
HSL color Cylindrical-coordinate representation of color #F3198B: hue angle of 328.62º 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 #F3198B is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 139 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.05 |
| HSL | 328.62º | 0.9% | 0.53% | - |
| HSV(B) | 328.62º | 0.9% | 0.95% | - |
| XYZ | 41.97 | 21.61 | 26.39 | - |
| YUV | 103.18 | 148.22 | 227.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 139 | 0 | 0.90 | 0.43 | 0.05 | 328.62 | 0.9 | 0.53 |
| Hex | F3 | 19 | 8B | 0 | 5A | 2B | 5 | 149 | 5A | 35 |
| Octal | 363 | 31 | 213 | 0 | 132 | 53 | 5 | 511 | 132 | 65 |
| Binary | 11110011 | 11001 | 10001011 | 0 | 1011010 | 101011 | 101 | 101001001 | 1011010 | 110101 |
Color Harmonies of #F3198B
Complementary color
Monochromatic Colors of #F3198B
Black with #F3198B
Text Example
Text Example
White with #F3198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3198B; }
p { color: rgb(243,25,139); }
H1.HeaderClassName
{
color: #F3198B;
}
.AnyTagClassName
{
color: #F3198B;
}
</style>
background-color css
<style>
a { background-color: #F3198B; }
a { background-color: rgb(243,25,139); }
div.DivClassName
{
background-color: #F3198B;
}
.BgClassName
{
background-color: #F3198B;
}
</style>
border-color css
<style>
span { border-color: #F3198B; }
span { border-color: rgb(243,25,139); }
td.TdClassName
{
border-color: #F3198B;
}
.TagClassName
{
border-color: #F3198B;
}
</style>