Shades of Deep Pink #F1108A
Tints of Deep Pink #F1108A
RGB
CMYK
RGB Variations
Color information
#F1108A (or 0xF1108A) is known color: Deep Pink. HEX triplet: F1, 10 and 8A. RGB value is (241,16,138). Sum of RGB (Red+Green+Blue) = 241+16+138=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F1108A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1108A is #0EEF75. Grayscale: #606060. Windows color (decimal): -978806 or 9048305. OLE color: 9048305.
HSL color Cylindrical-coordinate representation of color #F1108A: hue angle of 327.47º 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 #F1108A is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 138 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.05 |
| HSL | 327.47º | 0.89% | 0.5% | - |
| HSV(B) | 327.47º | 0.93% | 0.95% | - |
| XYZ | 41.05 | 20.91 | 25.92 | - |
| YUV | 97.18 | 151.04 | 230.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 138 | 0 | 0.93 | 0.43 | 0.05 | 327.47 | 0.89 | 0.5 |
| Hex | F1 | 10 | 8A | 0 | 5D | 2B | 5 | 147 | 59 | 32 |
| Octal | 361 | 20 | 212 | 0 | 135 | 53 | 5 | 507 | 131 | 62 |
| Binary | 11110001 | 10000 | 10001010 | 0 | 1011101 | 101011 | 101 | 101000111 | 1011001 | 110010 |
Color Harmonies of #F1108A
Complementary color
Monochromatic Colors of #F1108A
Black with #F1108A
Text Example
Text Example
White with #F1108A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1108A; }
p { color: rgb(241,16,138); }
H1.HeaderClassName
{
color: #F1108A;
}
.AnyTagClassName
{
color: #F1108A;
}
</style>
background-color css
<style>
a { background-color: #F1108A; }
a { background-color: rgb(241,16,138); }
div.DivClassName
{
background-color: #F1108A;
}
.BgClassName
{
background-color: #F1108A;
}
</style>
border-color css
<style>
span { border-color: #F1108A; }
span { border-color: rgb(241,16,138); }
td.TdClassName
{
border-color: #F1108A;
}
.TagClassName
{
border-color: #F1108A;
}
</style>