Shades of Deep Pink #F1108B
Tints of Deep Pink #F1108B
RGB
CMYK
RGB Variations
Color information
#F1108B (or 0xF1108B) is known color: Deep Pink. HEX triplet: F1, 10 and 8B. RGB value is (241,16,139). Sum of RGB (Red+Green+Blue) = 241+16+139=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F1108B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1108B is #0EEF74. Grayscale: #616161. Windows color (decimal): -978805 or 9113841. OLE color: 9113841.
HSL color Cylindrical-coordinate representation of color #F1108B: hue angle of 327.2º 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 #F1108B is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 139 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.05 |
| HSL | 327.2º | 0.89% | 0.5% | - |
| HSV(B) | 327.2º | 0.93% | 0.95% | - |
| XYZ | 41.12 | 20.94 | 26.3 | - |
| YUV | 97.3 | 151.54 | 230.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 139 | 0 | 0.93 | 0.42 | 0.05 | 327.2 | 0.89 | 0.5 |
| Hex | F1 | 10 | 8B | 0 | 5D | 2A | 5 | 147 | 59 | 32 |
| Octal | 361 | 20 | 213 | 0 | 135 | 52 | 5 | 507 | 131 | 62 |
| Binary | 11110001 | 10000 | 10001011 | 0 | 1011101 | 101010 | 101 | 101000111 | 1011001 | 110010 |
Color Harmonies of #F1108B
Complementary color
Monochromatic Colors of #F1108B
Black with #F1108B
Text Example
Text Example
White with #F1108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1108B; }
p { color: rgb(241,16,139); }
H1.HeaderClassName
{
color: #F1108B;
}
.AnyTagClassName
{
color: #F1108B;
}
</style>
background-color css
<style>
a { background-color: #F1108B; }
a { background-color: rgb(241,16,139); }
div.DivClassName
{
background-color: #F1108B;
}
.BgClassName
{
background-color: #F1108B;
}
</style>
border-color css
<style>
span { border-color: #F1108B; }
span { border-color: rgb(241,16,139); }
td.TdClassName
{
border-color: #F1108B;
}
.TagClassName
{
border-color: #F1108B;
}
</style>