Shades of Deep Pink #F1197F
Tints of Deep Pink #F1197F
RGB
CMYK
RGB Variations
Color information
#F1197F (or 0xF1197F) is known color: Deep Pink. HEX triplet: F1, 19 and 7F. RGB value is (241,25,127). Sum of RGB (Red+Green+Blue) = 241+25+127=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F1197F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1197F is #0EE680. Grayscale: #656565. Windows color (decimal): -976513 or 8329713. OLE color: 8329713.
HSL color Cylindrical-coordinate representation of color #F1197F: hue angle of 331.67º 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 #F1197F is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 127 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.05 |
| HSL | 331.67º | 0.89% | 0.52% | - |
| HSV(B) | 331.67º | 0.9% | 0.95% | - |
| XYZ | 40.45 | 20.93 | 21.99 | - |
| YUV | 101.21 | 142.56 | 227.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 127 | 0 | 0.90 | 0.47 | 0.05 | 331.67 | 0.89 | 0.52 |
| Hex | F1 | 19 | 7F | 0 | 5A | 2F | 5 | 14C | 59 | 34 |
| Octal | 361 | 31 | 177 | 0 | 132 | 57 | 5 | 514 | 131 | 64 |
| Binary | 11110001 | 11001 | 1111111 | 0 | 1011010 | 101111 | 101 | 101001100 | 1011001 | 110100 |
Color Harmonies of #F1197F
Complementary color
Monochromatic Colors of #F1197F
Black with #F1197F
Text Example
Text Example
White with #F1197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1197F; }
p { color: rgb(241,25,127); }
H1.HeaderClassName
{
color: #F1197F;
}
.AnyTagClassName
{
color: #F1197F;
}
</style>
background-color css
<style>
a { background-color: #F1197F; }
a { background-color: rgb(241,25,127); }
div.DivClassName
{
background-color: #F1197F;
}
.BgClassName
{
background-color: #F1197F;
}
</style>
border-color css
<style>
span { border-color: #F1197F; }
span { border-color: rgb(241,25,127); }
td.TdClassName
{
border-color: #F1197F;
}
.TagClassName
{
border-color: #F1197F;
}
</style>