Shades of Deep Pink #F1197D
Tints of Deep Pink #F1197D
RGB
CMYK
RGB Variations
Color information
#F1197D (or 0xF1197D) is known color: Deep Pink. HEX triplet: F1, 19 and 7D. RGB value is (241,25,125). Sum of RGB (Red+Green+Blue) = 241+25+125=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F1197D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1197D is #0EE682. Grayscale: #646464. Windows color (decimal): -976515 or 8198641. OLE color: 8198641.
HSL color Cylindrical-coordinate representation of color #F1197D: hue angle of 332.22º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1197D is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 125 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.05 |
| HSL | 332.22º | 0.89% | 0.52% | - |
| HSV(B) | 332.22º | 0.9% | 0.95% | - |
| XYZ | 40.32 | 20.88 | 21.31 | - |
| YUV | 100.98 | 141.56 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 125 | 0 | 0.90 | 0.48 | 0.05 | 332.22 | 0.89 | 0.52 |
| Hex | F1 | 19 | 7D | 0 | 5A | 30 | 5 | 14C | 59 | 34 |
| Octal | 361 | 31 | 175 | 0 | 132 | 60 | 5 | 514 | 131 | 64 |
| Binary | 11110001 | 11001 | 1111101 | 0 | 1011010 | 110000 | 101 | 101001100 | 1011001 | 110100 |
Color Harmonies of #F1197D
Complementary color
Monochromatic Colors of #F1197D
Black with #F1197D
Text Example
Text Example
White with #F1197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1197D; }
p { color: rgb(241,25,125); }
H1.HeaderClassName
{
color: #F1197D;
}
.AnyTagClassName
{
color: #F1197D;
}
</style>
background-color css
<style>
a { background-color: #F1197D; }
a { background-color: rgb(241,25,125); }
div.DivClassName
{
background-color: #F1197D;
}
.BgClassName
{
background-color: #F1197D;
}
</style>
border-color css
<style>
span { border-color: #F1197D; }
span { border-color: rgb(241,25,125); }
td.TdClassName
{
border-color: #F1197D;
}
.TagClassName
{
border-color: #F1197D;
}
</style>