Shades of Deep Pink #F1148E
Tints of Deep Pink #F1148E
RGB
CMYK
RGB Variations
Color information
#F1148E (or 0xF1148E) is known color: Deep Pink. HEX triplet: F1, 14 and 8E. RGB value is (241,20,142). Sum of RGB (Red+Green+Blue) = 241+20+142=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F1148E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1148E is #0EEB71. Grayscale: #636363. Windows color (decimal): -977778 or 9311473. OLE color: 9311473.
HSL color Cylindrical-coordinate representation of color #F1148E: hue angle of 326.88º 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 #F1148E is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 142 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.05 |
| HSL | 326.88º | 0.89% | 0.51% | - |
| HSV(B) | 326.88º | 0.92% | 0.95% | - |
| XYZ | 41.41 | 21.15 | 27.49 | - |
| YUV | 99.99 | 151.72 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 142 | 0 | 0.92 | 0.41 | 0.05 | 326.88 | 0.89 | 0.51 |
| Hex | F1 | 14 | 8E | 0 | 5C | 29 | 5 | 147 | 59 | 33 |
| Octal | 361 | 24 | 216 | 0 | 134 | 51 | 5 | 507 | 131 | 63 |
| Binary | 11110001 | 10100 | 10001110 | 0 | 1011100 | 101001 | 101 | 101000111 | 1011001 | 110011 |
Color Harmonies of #F1148E
Complementary color
Monochromatic Colors of #F1148E
Black with #F1148E
Text Example
Text Example
White with #F1148E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1148E; }
p { color: rgb(241,20,142); }
H1.HeaderClassName
{
color: #F1148E;
}
.AnyTagClassName
{
color: #F1148E;
}
</style>
background-color css
<style>
a { background-color: #F1148E; }
a { background-color: rgb(241,20,142); }
div.DivClassName
{
background-color: #F1148E;
}
.BgClassName
{
background-color: #F1148E;
}
</style>
border-color css
<style>
span { border-color: #F1148E; }
span { border-color: rgb(241,20,142); }
td.TdClassName
{
border-color: #F1148E;
}
.TagClassName
{
border-color: #F1148E;
}
</style>