Shades of Deep Pink #F1168D
Tints of Deep Pink #F1168D
RGB
CMYK
RGB Variations
Color information
#F1168D (or 0xF1168D) is known color: Deep Pink. HEX triplet: F1, 16 and 8D. RGB value is (241,22,141). Sum of RGB (Red+Green+Blue) = 241+22+141=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F1168D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1168D is #0EE972. Grayscale: #646464. Windows color (decimal): -977267 or 9246449. OLE color: 9246449.
HSL color Cylindrical-coordinate representation of color #F1168D: hue angle of 327.4º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F1168D is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 141 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.05 |
| HSL | 327.4º | 0.89% | 0.52% | - |
| HSV(B) | 327.4º | 0.91% | 0.95% | - |
| XYZ | 41.37 | 21.2 | 27.11 | - |
| YUV | 101.05 | 150.55 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 141 | 0 | 0.91 | 0.41 | 0.05 | 327.4 | 0.89 | 0.52 |
| Hex | F1 | 16 | 8D | 0 | 5B | 29 | 5 | 147 | 59 | 34 |
| Octal | 361 | 26 | 215 | 0 | 133 | 51 | 5 | 507 | 131 | 64 |
| Binary | 11110001 | 10110 | 10001101 | 0 | 1011011 | 101001 | 101 | 101000111 | 1011001 | 110100 |
Color Harmonies of #F1168D
Complementary color
Monochromatic Colors of #F1168D
Black with #F1168D
Text Example
Text Example
White with #F1168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1168D; }
p { color: rgb(241,22,141); }
H1.HeaderClassName
{
color: #F1168D;
}
.AnyTagClassName
{
color: #F1168D;
}
</style>
background-color css
<style>
a { background-color: #F1168D; }
a { background-color: rgb(241,22,141); }
div.DivClassName
{
background-color: #F1168D;
}
.BgClassName
{
background-color: #F1168D;
}
</style>
border-color css
<style>
span { border-color: #F1168D; }
span { border-color: rgb(241,22,141); }
td.TdClassName
{
border-color: #F1168D;
}
.TagClassName
{
border-color: #F1168D;
}
</style>