Shades of Deep Pink #F3197C
Tints of Deep Pink #F3197C
RGB
CMYK
RGB Variations
Color information
#F3197C (or 0xF3197C) is known color: Deep Pink. HEX triplet: F3, 19 and 7C. RGB value is (243,25,124). Sum of RGB (Red+Green+Blue) = 243+25+124=392 (51% of max value = 765). Red value is 243 (95.31% from 255 or 61.99% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 243 - color contains mainly: red. Hex color #F3197C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3197C is #0CE683. Grayscale: #656565. Windows color (decimal): -845444 or 8133107. OLE color: 8133107.
HSL color Cylindrical-coordinate representation of color #F3197C: hue angle of 332.75º 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 #F3197C is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 124 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.05 |
| HSL | 332.75º | 0.9% | 0.53% | - |
| HSV(B) | 332.75º | 0.9% | 0.95% | - |
| XYZ | 40.95 | 21.21 | 21 | - |
| YUV | 101.47 | 140.72 | 228.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 124 | 0 | 0.90 | 0.49 | 0.05 | 332.75 | 0.9 | 0.53 |
| Hex | F3 | 19 | 7C | 0 | 5A | 31 | 5 | 14D | 5A | 35 |
| Octal | 363 | 31 | 174 | 0 | 132 | 61 | 5 | 515 | 132 | 65 |
| Binary | 11110011 | 11001 | 1111100 | 0 | 1011010 | 110001 | 101 | 101001101 | 1011010 | 110101 |
Color Harmonies of #F3197C
Complementary color
Monochromatic Colors of #F3197C
Black with #F3197C
Text Example
Text Example
White with #F3197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3197C; }
p { color: rgb(243,25,124); }
H1.HeaderClassName
{
color: #F3197C;
}
.AnyTagClassName
{
color: #F3197C;
}
</style>
background-color css
<style>
a { background-color: #F3197C; }
a { background-color: rgb(243,25,124); }
div.DivClassName
{
background-color: #F3197C;
}
.BgClassName
{
background-color: #F3197C;
}
</style>
border-color css
<style>
span { border-color: #F3197C; }
span { border-color: rgb(243,25,124); }
td.TdClassName
{
border-color: #F3197C;
}
.TagClassName
{
border-color: #F3197C;
}
</style>