Shades of Deep Pink #F1118B
Tints of Deep Pink #F1118B
RGB
CMYK
RGB Variations
Color information
#F1118B (or 0xF1118B) is known color: Deep Pink. HEX triplet: F1, 11 and 8B. RGB value is (241,17,139). Sum of RGB (Red+Green+Blue) = 241+17+139=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F1118B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1118B is #0EEE74. Grayscale: #616161. Windows color (decimal): -978549 or 9114097. OLE color: 9114097.
HSL color Cylindrical-coordinate representation of color #F1118B: hue angle of 327.32º 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 #F1118B is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 139 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.05 |
| HSL | 327.32º | 0.89% | 0.51% | - |
| HSV(B) | 327.32º | 0.93% | 0.95% | - |
| XYZ | 41.14 | 20.97 | 26.3 | - |
| YUV | 97.88 | 151.21 | 230.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 139 | 0 | 0.93 | 0.42 | 0.05 | 327.32 | 0.89 | 0.51 |
| Hex | F1 | 11 | 8B | 0 | 5D | 2A | 5 | 147 | 59 | 33 |
| Octal | 361 | 21 | 213 | 0 | 135 | 52 | 5 | 507 | 131 | 63 |
| Binary | 11110001 | 10001 | 10001011 | 0 | 1011101 | 101010 | 101 | 101000111 | 1011001 | 110011 |
Color Harmonies of #F1118B
Complementary color
Monochromatic Colors of #F1118B
Black with #F1118B
Text Example
Text Example
White with #F1118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1118B; }
p { color: rgb(241,17,139); }
H1.HeaderClassName
{
color: #F1118B;
}
.AnyTagClassName
{
color: #F1118B;
}
</style>
background-color css
<style>
a { background-color: #F1118B; }
a { background-color: rgb(241,17,139); }
div.DivClassName
{
background-color: #F1118B;
}
.BgClassName
{
background-color: #F1118B;
}
</style>
border-color css
<style>
span { border-color: #F1118B; }
span { border-color: rgb(241,17,139); }
td.TdClassName
{
border-color: #F1118B;
}
.TagClassName
{
border-color: #F1118B;
}
</style>