Shades of Deep Pink #F1158E
Tints of Deep Pink #F1158E
RGB
CMYK
RGB Variations
Color information
#F1158E (or 0xF1158E) is known color: Deep Pink. HEX triplet: F1, 15 and 8E. RGB value is (241,21,142). Sum of RGB (Red+Green+Blue) = 241+21+142=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F1158E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1158E is #0EEA71. Grayscale: #646464. Windows color (decimal): -977522 or 9311729. OLE color: 9311729.
HSL color Cylindrical-coordinate representation of color #F1158E: hue angle of 327º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F1158E is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 142 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.05 |
| HSL | 327º | 0.89% | 0.51% | - |
| HSV(B) | 327º | 0.91% | 0.95% | - |
| XYZ | 41.43 | 21.19 | 27.5 | - |
| YUV | 100.57 | 151.39 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 142 | 0 | 0.91 | 0.41 | 0.05 | 327 | 0.89 | 0.51 |
| Hex | F1 | 15 | 8E | 0 | 5B | 29 | 5 | 147 | 59 | 33 |
| Octal | 361 | 25 | 216 | 0 | 133 | 51 | 5 | 507 | 131 | 63 |
| Binary | 11110001 | 10101 | 10001110 | 0 | 1011011 | 101001 | 101 | 101000111 | 1011001 | 110011 |
Color Harmonies of #F1158E
Complementary color
Monochromatic Colors of #F1158E
Black with #F1158E
Text Example
Text Example
White with #F1158E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1158E; }
p { color: rgb(241,21,142); }
H1.HeaderClassName
{
color: #F1158E;
}
.AnyTagClassName
{
color: #F1158E;
}
</style>
background-color css
<style>
a { background-color: #F1158E; }
a { background-color: rgb(241,21,142); }
div.DivClassName
{
background-color: #F1158E;
}
.BgClassName
{
background-color: #F1158E;
}
</style>
border-color css
<style>
span { border-color: #F1158E; }
span { border-color: rgb(241,21,142); }
td.TdClassName
{
border-color: #F1158E;
}
.TagClassName
{
border-color: #F1158E;
}
</style>