Shades of Deep Pink #F1148F
Tints of Deep Pink #F1148F
RGB
CMYK
RGB Variations
Color information
#F1148F (or 0xF1148F) is known color: Deep Pink. HEX triplet: F1, 14 and 8F. RGB value is (241,20,143). Sum of RGB (Red+Green+Blue) = 241+20+143=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 20 (8.20% from 255 or 4.95% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F1148F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1148F is #0EEB70. Grayscale: #636363. Windows color (decimal): -977777 or 9377009. OLE color: 9377009.
HSL color Cylindrical-coordinate representation of color #F1148F: hue angle of 326.61º 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 #F1148F is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 143 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.05 |
| HSL | 326.61º | 0.89% | 0.51% | - |
| HSV(B) | 326.61º | 0.92% | 0.95% | - |
| XYZ | 41.48 | 21.18 | 27.89 | - |
| YUV | 100.1 | 152.22 | 228.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 143 | 0 | 0.92 | 0.41 | 0.05 | 326.61 | 0.89 | 0.51 |
| Hex | F1 | 14 | 8F | 0 | 5C | 29 | 5 | 147 | 59 | 33 |
| Octal | 361 | 24 | 217 | 0 | 134 | 51 | 5 | 507 | 131 | 63 |
| Binary | 11110001 | 10100 | 10001111 | 0 | 1011100 | 101001 | 101 | 101000111 | 1011001 | 110011 |
Color Harmonies of #F1148F
Complementary color
Monochromatic Colors of #F1148F
Black with #F1148F
Text Example
Text Example
White with #F1148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1148F; }
p { color: rgb(241,20,143); }
H1.HeaderClassName
{
color: #F1148F;
}
.AnyTagClassName
{
color: #F1148F;
}
</style>
background-color css
<style>
a { background-color: #F1148F; }
a { background-color: rgb(241,20,143); }
div.DivClassName
{
background-color: #F1148F;
}
.BgClassName
{
background-color: #F1148F;
}
</style>
border-color css
<style>
span { border-color: #F1148F; }
span { border-color: rgb(241,20,143); }
td.TdClassName
{
border-color: #F1148F;
}
.TagClassName
{
border-color: #F1148F;
}
</style>