Shades of Deep Pink #F1118E
Tints of Deep Pink #F1118E
RGB
CMYK
RGB Variations
Color information
#F1118E (or 0xF1118E) is known color: Deep Pink. HEX triplet: F1, 11 and 8E. RGB value is (241,17,142). Sum of RGB (Red+Green+Blue) = 241+17+142=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F1118E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1118E is #0EEE71. Grayscale: #616161. Windows color (decimal): -978546 or 9310705. OLE color: 9310705.
HSL color Cylindrical-coordinate representation of color #F1118E: hue angle of 326.52º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1118E is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 142 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.05 |
| HSL | 326.52º | 0.89% | 0.51% | - |
| HSV(B) | 326.52º | 0.93% | 0.95% | - |
| XYZ | 41.36 | 21.05 | 27.48 | - |
| YUV | 98.23 | 152.71 | 229.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 142 | 0 | 0.93 | 0.41 | 0.05 | 326.52 | 0.89 | 0.51 |
| Hex | F1 | 11 | 8E | 0 | 5D | 29 | 5 | 147 | 59 | 33 |
| Octal | 361 | 21 | 216 | 0 | 135 | 51 | 5 | 507 | 131 | 63 |
| Binary | 11110001 | 10001 | 10001110 | 0 | 1011101 | 101001 | 101 | 101000111 | 1011001 | 110011 |
Color Harmonies of #F1118E
Complementary color
Monochromatic Colors of #F1118E
Black with #F1118E
Text Example
Text Example
White with #F1118E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1118E; }
p { color: rgb(241,17,142); }
H1.HeaderClassName
{
color: #F1118E;
}
.AnyTagClassName
{
color: #F1118E;
}
</style>
background-color css
<style>
a { background-color: #F1118E; }
a { background-color: rgb(241,17,142); }
div.DivClassName
{
background-color: #F1118E;
}
.BgClassName
{
background-color: #F1118E;
}
</style>
border-color css
<style>
span { border-color: #F1118E; }
span { border-color: rgb(241,17,142); }
td.TdClassName
{
border-color: #F1118E;
}
.TagClassName
{
border-color: #F1118E;
}
</style>