Shades of Deep Pink #F1108D
Tints of Deep Pink #F1108D
RGB
CMYK
RGB Variations
Color information
#F1108D (or 0xF1108D) is known color: Deep Pink. HEX triplet: F1, 10 and 8D. RGB value is (241,16,141). Sum of RGB (Red+Green+Blue) = 241+16+141=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 16 (6.64% from 255 or 4.02% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F1108D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1108D is #0EEF72. Grayscale: #616161. Windows color (decimal): -978803 or 9244913. OLE color: 9244913.
HSL color Cylindrical-coordinate representation of color #F1108D: hue angle of 326.67º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1108D is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 141 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.05 |
| HSL | 326.67º | 0.89% | 0.5% | - |
| HSV(B) | 326.67º | 0.93% | 0.95% | - |
| XYZ | 41.27 | 20.99 | 27.08 | - |
| YUV | 97.53 | 152.54 | 230.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 141 | 0 | 0.93 | 0.41 | 0.05 | 326.67 | 0.89 | 0.5 |
| Hex | F1 | 10 | 8D | 0 | 5D | 29 | 5 | 147 | 59 | 32 |
| Octal | 361 | 20 | 215 | 0 | 135 | 51 | 5 | 507 | 131 | 62 |
| Binary | 11110001 | 10000 | 10001101 | 0 | 1011101 | 101001 | 101 | 101000111 | 1011001 | 110010 |
Color Harmonies of #F1108D
Complementary color
Monochromatic Colors of #F1108D
Black with #F1108D
Text Example
Text Example
White with #F1108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1108D; }
p { color: rgb(241,16,141); }
H1.HeaderClassName
{
color: #F1108D;
}
.AnyTagClassName
{
color: #F1108D;
}
</style>
background-color css
<style>
a { background-color: #F1108D; }
a { background-color: rgb(241,16,141); }
div.DivClassName
{
background-color: #F1108D;
}
.BgClassName
{
background-color: #F1108D;
}
</style>
border-color css
<style>
span { border-color: #F1108D; }
span { border-color: rgb(241,16,141); }
td.TdClassName
{
border-color: #F1108D;
}
.TagClassName
{
border-color: #F1108D;
}
</style>