Shades of Deep Pink #F3197D
Tints of Deep Pink #F3197D
RGB
CMYK
RGB Variations
Color information
#F3197D (or 0xF3197D) is known color: Deep Pink. HEX triplet: F3, 19 and 7D. RGB value is (243,25,125). Sum of RGB (Red+Green+Blue) = 243+25+125=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F3197D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3197D is #0CE682. Grayscale: #656565. Windows color (decimal): -845443 or 8198643. OLE color: 8198643.
HSL color Cylindrical-coordinate representation of color #F3197D: hue angle of 332.48º 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 #F3197D is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 125 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.05 |
| HSL | 332.48º | 0.9% | 0.53% | - |
| HSV(B) | 332.48º | 0.9% | 0.95% | - |
| XYZ | 41.01 | 21.23 | 21.34 | - |
| YUV | 101.58 | 141.22 | 228.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 125 | 0 | 0.90 | 0.49 | 0.05 | 332.48 | 0.9 | 0.53 |
| Hex | F3 | 19 | 7D | 0 | 5A | 31 | 5 | 14C | 5A | 35 |
| Octal | 363 | 31 | 175 | 0 | 132 | 61 | 5 | 514 | 132 | 65 |
| Binary | 11110011 | 11001 | 1111101 | 0 | 1011010 | 110001 | 101 | 101001100 | 1011010 | 110101 |
Color Harmonies of #F3197D
Complementary color
Monochromatic Colors of #F3197D
Black with #F3197D
Text Example
Text Example
White with #F3197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3197D; }
p { color: rgb(243,25,125); }
H1.HeaderClassName
{
color: #F3197D;
}
.AnyTagClassName
{
color: #F3197D;
}
</style>
background-color css
<style>
a { background-color: #F3197D; }
a { background-color: rgb(243,25,125); }
div.DivClassName
{
background-color: #F3197D;
}
.BgClassName
{
background-color: #F3197D;
}
</style>
border-color css
<style>
span { border-color: #F3197D; }
span { border-color: rgb(243,25,125); }
td.TdClassName
{
border-color: #F3197D;
}
.TagClassName
{
border-color: #F3197D;
}
</style>