Shades of Deep Pink #F1107F
Tints of Deep Pink #F1107F
RGB
CMYK
RGB Variations
Color information
#F1107F (or 0xF1107F) is known color: Deep Pink. HEX triplet: F1, 10 and 7F. RGB value is (241,16,127). Sum of RGB (Red+Green+Blue) = 241+16+127=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F1107F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1107F is #0EEF80. Grayscale: #5F5F5F. Windows color (decimal): -978817 or 8327409. OLE color: 8327409.
HSL color Cylindrical-coordinate representation of color #F1107F: hue angle of 330.4º 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 #F1107F is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 127 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.05 |
| HSL | 330.4º | 0.89% | 0.5% | - |
| HSV(B) | 330.4º | 0.93% | 0.95% | - |
| XYZ | 40.29 | 20.6 | 21.93 | - |
| YUV | 95.93 | 145.54 | 231.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 127 | 0 | 0.93 | 0.47 | 0.05 | 330.4 | 0.89 | 0.5 |
| Hex | F1 | 10 | 7F | 0 | 5D | 2F | 5 | 14A | 59 | 32 |
| Octal | 361 | 20 | 177 | 0 | 135 | 57 | 5 | 512 | 131 | 62 |
| Binary | 11110001 | 10000 | 1111111 | 0 | 1011101 | 101111 | 101 | 101001010 | 1011001 | 110010 |
Color Harmonies of #F1107F
Complementary color
Monochromatic Colors of #F1107F
Black with #F1107F
Text Example
Text Example
White with #F1107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1107F; }
p { color: rgb(241,16,127); }
H1.HeaderClassName
{
color: #F1107F;
}
.AnyTagClassName
{
color: #F1107F;
}
</style>
background-color css
<style>
a { background-color: #F1107F; }
a { background-color: rgb(241,16,127); }
div.DivClassName
{
background-color: #F1107F;
}
.BgClassName
{
background-color: #F1107F;
}
</style>
border-color css
<style>
span { border-color: #F1107F; }
span { border-color: rgb(241,16,127); }
td.TdClassName
{
border-color: #F1107F;
}
.TagClassName
{
border-color: #F1107F;
}
</style>