Shades of Deep Pink #F1107C
Tints of Deep Pink #F1107C
RGB
CMYK
RGB Variations
Color information
#F1107C (or 0xF1107C) is known color: Deep Pink. HEX triplet: F1, 10 and 7C. RGB value is (241,16,124). Sum of RGB (Red+Green+Blue) = 241+16+124=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F1107C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1107C is #0EEF83. Grayscale: #5F5F5F. Windows color (decimal): -978820 or 8130801. OLE color: 8130801.
HSL color Cylindrical-coordinate representation of color #F1107C: hue angle of 331.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 #F1107C is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 124 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.05 |
| HSL | 331.2º | 0.89% | 0.5% | - |
| HSV(B) | 331.2º | 0.93% | 0.95% | - |
| XYZ | 40.1 | 20.53 | 20.92 | - |
| YUV | 95.59 | 144.04 | 231.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 124 | 0 | 0.93 | 0.49 | 0.05 | 331.2 | 0.89 | 0.5 |
| Hex | F1 | 10 | 7C | 0 | 5D | 31 | 5 | 14B | 59 | 32 |
| Octal | 361 | 20 | 174 | 0 | 135 | 61 | 5 | 513 | 131 | 62 |
| Binary | 11110001 | 10000 | 1111100 | 0 | 1011101 | 110001 | 101 | 101001011 | 1011001 | 110010 |
Color Harmonies of #F1107C
Complementary color
Monochromatic Colors of #F1107C
Black with #F1107C
Text Example
Text Example
White with #F1107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1107C; }
p { color: rgb(241,16,124); }
H1.HeaderClassName
{
color: #F1107C;
}
.AnyTagClassName
{
color: #F1107C;
}
</style>
background-color css
<style>
a { background-color: #F1107C; }
a { background-color: rgb(241,16,124); }
div.DivClassName
{
background-color: #F1107C;
}
.BgClassName
{
background-color: #F1107C;
}
</style>
border-color css
<style>
span { border-color: #F1107C; }
span { border-color: rgb(241,16,124); }
td.TdClassName
{
border-color: #F1107C;
}
.TagClassName
{
border-color: #F1107C;
}
</style>