Shades of Deep Pink #F1188E
Tints of Deep Pink #F1188E
RGB
CMYK
RGB Variations
Color information
#F1188E (or 0xF1188E) is known color: Deep Pink. HEX triplet: F1, 18 and 8E. RGB value is (241,24,142). Sum of RGB (Red+Green+Blue) = 241+24+142=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F1188E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1188E is #0EE771. Grayscale: #666666. Windows color (decimal): -976754 or 9312497. OLE color: 9312497.
HSL color Cylindrical-coordinate representation of color #F1188E: hue angle of 327.37º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1188E is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 24 | 142 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.05 |
| HSL | 327.37º | 0.89% | 0.52% | - |
| HSV(B) | 327.37º | 0.9% | 0.95% | - |
| XYZ | 41.48 | 21.31 | 27.52 | - |
| YUV | 102.34 | 150.39 | 226.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 24 | 142 | 0 | 0.90 | 0.41 | 0.05 | 327.37 | 0.89 | 0.52 |
| Hex | F1 | 18 | 8E | 0 | 5A | 29 | 5 | 147 | 59 | 34 |
| Octal | 361 | 30 | 216 | 0 | 132 | 51 | 5 | 507 | 131 | 64 |
| Binary | 11110001 | 11000 | 10001110 | 0 | 1011010 | 101001 | 101 | 101000111 | 1011001 | 110100 |
Color Harmonies of #F1188E
Complementary color
Monochromatic Colors of #F1188E
Black with #F1188E
Text Example
Text Example
White with #F1188E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1188E; }
p { color: rgb(241,24,142); }
H1.HeaderClassName
{
color: #F1188E;
}
.AnyTagClassName
{
color: #F1188E;
}
</style>
background-color css
<style>
a { background-color: #F1188E; }
a { background-color: rgb(241,24,142); }
div.DivClassName
{
background-color: #F1188E;
}
.BgClassName
{
background-color: #F1188E;
}
</style>
border-color css
<style>
span { border-color: #F1188E; }
span { border-color: rgb(241,24,142); }
td.TdClassName
{
border-color: #F1188E;
}
.TagClassName
{
border-color: #F1188E;
}
</style>