Shades of Deep Pink #F3197A
Tints of Deep Pink #F3197A
RGB
CMYK
RGB Variations
Color information
#F3197A (or 0xF3197A) is known color: Deep Pink. HEX triplet: F3, 19 and 7A. RGB value is (243,25,122). Sum of RGB (Red+Green+Blue) = 243+25+122=390 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.31% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 243 - color contains mainly: red. Hex color #F3197A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3197A is #0CE685. Grayscale: #656565. Windows color (decimal): -845446 or 8002035. OLE color: 8002035.
HSL color Cylindrical-coordinate representation of color #F3197A: hue angle of 333.3º 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 #F3197A is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 122 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.05 |
| HSL | 333.3º | 0.9% | 0.53% | - |
| HSV(B) | 333.3º | 0.9% | 0.95% | - |
| XYZ | 40.82 | 21.16 | 20.34 | - |
| YUV | 101.24 | 139.72 | 229.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 122 | 0 | 0.90 | 0.50 | 0.05 | 333.3 | 0.9 | 0.53 |
| Hex | F3 | 19 | 7A | 0 | 5A | 32 | 5 | 14D | 5A | 35 |
| Octal | 363 | 31 | 172 | 0 | 132 | 62 | 5 | 515 | 132 | 65 |
| Binary | 11110011 | 11001 | 1111010 | 0 | 1011010 | 110010 | 101 | 101001101 | 1011010 | 110101 |
Color Harmonies of #F3197A
Complementary color
Monochromatic Colors of #F3197A
Black with #F3197A
Text Example
Text Example
White with #F3197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3197A; }
p { color: rgb(243,25,122); }
H1.HeaderClassName
{
color: #F3197A;
}
.AnyTagClassName
{
color: #F3197A;
}
</style>
background-color css
<style>
a { background-color: #F3197A; }
a { background-color: rgb(243,25,122); }
div.DivClassName
{
background-color: #F3197A;
}
.BgClassName
{
background-color: #F3197A;
}
</style>
border-color css
<style>
span { border-color: #F3197A; }
span { border-color: rgb(243,25,122); }
td.TdClassName
{
border-color: #F3197A;
}
.TagClassName
{
border-color: #F3197A;
}
</style>