Shades of Deep Pink #F1178F
Tints of Deep Pink #F1178F
RGB
CMYK
RGB Variations
Color information
#F1178F (or 0xF1178F) is known color: Deep Pink. HEX triplet: F1, 17 and 8F. RGB value is (241,23,143). Sum of RGB (Red+Green+Blue) = 241+23+143=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 23 (9.38% from 255 or 5.65% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F1178F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1178F is #0EE870. Grayscale: #656565. Windows color (decimal): -977009 or 9377777. OLE color: 9377777.
HSL color Cylindrical-coordinate representation of color #F1178F: hue angle of 326.97º 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 #F1178F is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 143 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.05 |
| HSL | 326.97º | 0.89% | 0.52% | - |
| HSV(B) | 326.97º | 0.9% | 0.95% | - |
| XYZ | 41.54 | 21.3 | 27.91 | - |
| YUV | 101.86 | 151.22 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 143 | 0 | 0.90 | 0.41 | 0.05 | 326.97 | 0.89 | 0.52 |
| Hex | F1 | 17 | 8F | 0 | 5A | 29 | 5 | 147 | 59 | 34 |
| Octal | 361 | 27 | 217 | 0 | 132 | 51 | 5 | 507 | 131 | 64 |
| Binary | 11110001 | 10111 | 10001111 | 0 | 1011010 | 101001 | 101 | 101000111 | 1011001 | 110100 |
Color Harmonies of #F1178F
Complementary color
Monochromatic Colors of #F1178F
Black with #F1178F
Text Example
Text Example
White with #F1178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1178F; }
p { color: rgb(241,23,143); }
H1.HeaderClassName
{
color: #F1178F;
}
.AnyTagClassName
{
color: #F1178F;
}
</style>
background-color css
<style>
a { background-color: #F1178F; }
a { background-color: rgb(241,23,143); }
div.DivClassName
{
background-color: #F1178F;
}
.BgClassName
{
background-color: #F1178F;
}
</style>
border-color css
<style>
span { border-color: #F1178F; }
span { border-color: rgb(241,23,143); }
td.TdClassName
{
border-color: #F1178F;
}
.TagClassName
{
border-color: #F1178F;
}
</style>