Shades of Deep Pink #F1197B
Tints of Deep Pink #F1197B
RGB
CMYK
RGB Variations
Color information
#F1197B (or 0xF1197B) is known color: Deep Pink. HEX triplet: F1, 19 and 7B. RGB value is (241,25,123). Sum of RGB (Red+Green+Blue) = 241+25+123=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F1197B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1197B is #0EE684. Grayscale: #646464. Windows color (decimal): -976517 or 8067569. OLE color: 8067569.
HSL color Cylindrical-coordinate representation of color #F1197B: hue angle of 332.78º 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 #F1197B is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 123 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.05 |
| HSL | 332.78º | 0.89% | 0.52% | - |
| HSV(B) | 332.78º | 0.9% | 0.95% | - |
| XYZ | 40.2 | 20.83 | 20.64 | - |
| YUV | 100.76 | 140.56 | 228.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 123 | 0 | 0.90 | 0.49 | 0.05 | 332.78 | 0.89 | 0.52 |
| Hex | F1 | 19 | 7B | 0 | 5A | 31 | 5 | 14D | 59 | 34 |
| Octal | 361 | 31 | 173 | 0 | 132 | 61 | 5 | 515 | 131 | 64 |
| Binary | 11110001 | 11001 | 1111011 | 0 | 1011010 | 110001 | 101 | 101001101 | 1011001 | 110100 |
Color Harmonies of #F1197B
Complementary color
Monochromatic Colors of #F1197B
Black with #F1197B
Text Example
Text Example
White with #F1197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1197B; }
p { color: rgb(241,25,123); }
H1.HeaderClassName
{
color: #F1197B;
}
.AnyTagClassName
{
color: #F1197B;
}
</style>
background-color css
<style>
a { background-color: #F1197B; }
a { background-color: rgb(241,25,123); }
div.DivClassName
{
background-color: #F1197B;
}
.BgClassName
{
background-color: #F1197B;
}
</style>
border-color css
<style>
span { border-color: #F1197B; }
span { border-color: rgb(241,25,123); }
td.TdClassName
{
border-color: #F1197B;
}
.TagClassName
{
border-color: #F1197B;
}
</style>