Shades of Deep Pink #F1138D
Tints of Deep Pink #F1138D
RGB
CMYK
RGB Variations
Color information
#F1138D (or 0xF1138D) is known color: Deep Pink. HEX triplet: F1, 13 and 8D. RGB value is (241,19,141). Sum of RGB (Red+Green+Blue) = 241+19+141=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F1138D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1138D is #0EEC72. Grayscale: #636363. Windows color (decimal): -978035 or 9245681. OLE color: 9245681.
HSL color Cylindrical-coordinate representation of color #F1138D: hue angle of 327.03º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F1138D is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 141 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.05 |
| HSL | 327.03º | 0.89% | 0.51% | - |
| HSV(B) | 327.03º | 0.92% | 0.95% | - |
| XYZ | 41.32 | 21.09 | 27.09 | - |
| YUV | 99.29 | 151.55 | 229.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 141 | 0 | 0.92 | 0.41 | 0.05 | 327.03 | 0.89 | 0.51 |
| Hex | F1 | 13 | 8D | 0 | 5C | 29 | 5 | 147 | 59 | 33 |
| Octal | 361 | 23 | 215 | 0 | 134 | 51 | 5 | 507 | 131 | 63 |
| Binary | 11110001 | 10011 | 10001101 | 0 | 1011100 | 101001 | 101 | 101000111 | 1011001 | 110011 |
Color Harmonies of #F1138D
Complementary color
Monochromatic Colors of #F1138D
Black with #F1138D
Text Example
Text Example
White with #F1138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1138D; }
p { color: rgb(241,19,141); }
H1.HeaderClassName
{
color: #F1138D;
}
.AnyTagClassName
{
color: #F1138D;
}
</style>
background-color css
<style>
a { background-color: #F1138D; }
a { background-color: rgb(241,19,141); }
div.DivClassName
{
background-color: #F1138D;
}
.BgClassName
{
background-color: #F1138D;
}
</style>
border-color css
<style>
span { border-color: #F1138D; }
span { border-color: rgb(241,19,141); }
td.TdClassName
{
border-color: #F1138D;
}
.TagClassName
{
border-color: #F1138D;
}
</style>