Shades of Deep Pink #F1158F
Tints of Deep Pink #F1158F
RGB
CMYK
RGB Variations
Color information
#F1158F (or 0xF1158F) is known color: Deep Pink. HEX triplet: F1, 15 and 8F. RGB value is (241,21,143). Sum of RGB (Red+Green+Blue) = 241+21+143=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F1158F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1158F is #0EEA70. Grayscale: #646464. Windows color (decimal): -977521 or 9377265. OLE color: 9377265.
HSL color Cylindrical-coordinate representation of color #F1158F: hue angle of 326.73º 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 #F1158F is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 143 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.05 |
| HSL | 326.73º | 0.89% | 0.51% | - |
| HSV(B) | 326.73º | 0.91% | 0.95% | - |
| XYZ | 41.5 | 21.22 | 27.9 | - |
| YUV | 100.69 | 151.89 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 143 | 0 | 0.91 | 0.41 | 0.05 | 326.73 | 0.89 | 0.51 |
| Hex | F1 | 15 | 8F | 0 | 5B | 29 | 5 | 147 | 59 | 33 |
| Octal | 361 | 25 | 217 | 0 | 133 | 51 | 5 | 507 | 131 | 63 |
| Binary | 11110001 | 10101 | 10001111 | 0 | 1011011 | 101001 | 101 | 101000111 | 1011001 | 110011 |
Color Harmonies of #F1158F
Complementary color
Monochromatic Colors of #F1158F
Black with #F1158F
Text Example
Text Example
White with #F1158F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1158F; }
p { color: rgb(241,21,143); }
H1.HeaderClassName
{
color: #F1158F;
}
.AnyTagClassName
{
color: #F1158F;
}
</style>
background-color css
<style>
a { background-color: #F1158F; }
a { background-color: rgb(241,21,143); }
div.DivClassName
{
background-color: #F1158F;
}
.BgClassName
{
background-color: #F1158F;
}
</style>
border-color css
<style>
span { border-color: #F1158F; }
span { border-color: rgb(241,21,143); }
td.TdClassName
{
border-color: #F1158F;
}
.TagClassName
{
border-color: #F1158F;
}
</style>