Shades of Deep Pink #F1117E
Tints of Deep Pink #F1117E
RGB
CMYK
RGB Variations
Color information
#F1117E (or 0xF1117E) is known color: Deep Pink. HEX triplet: F1, 11 and 7E. RGB value is (241,17,126). Sum of RGB (Red+Green+Blue) = 241+17+126=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F1117E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1117E is #0EEE81. Grayscale: #606060. Windows color (decimal): -978562 or 8262129. OLE color: 8262129.
HSL color Cylindrical-coordinate representation of color #F1117E: hue angle of 330.8º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1117E is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 126 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.05 |
| HSL | 330.8º | 0.89% | 0.51% | - |
| HSV(B) | 330.8º | 0.93% | 0.95% | - |
| XYZ | 40.24 | 20.61 | 21.6 | - |
| YUV | 96.4 | 144.71 | 231.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 126 | 0 | 0.93 | 0.48 | 0.05 | 330.8 | 0.89 | 0.51 |
| Hex | F1 | 11 | 7E | 0 | 5D | 30 | 5 | 14B | 59 | 33 |
| Octal | 361 | 21 | 176 | 0 | 135 | 60 | 5 | 513 | 131 | 63 |
| Binary | 11110001 | 10001 | 1111110 | 0 | 1011101 | 110000 | 101 | 101001011 | 1011001 | 110011 |
Color Harmonies of #F1117E
Complementary color
Monochromatic Colors of #F1117E
Black with #F1117E
Text Example
Text Example
White with #F1117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1117E; }
p { color: rgb(241,17,126); }
H1.HeaderClassName
{
color: #F1117E;
}
.AnyTagClassName
{
color: #F1117E;
}
</style>
background-color css
<style>
a { background-color: #F1117E; }
a { background-color: rgb(241,17,126); }
div.DivClassName
{
background-color: #F1117E;
}
.BgClassName
{
background-color: #F1117E;
}
</style>
border-color css
<style>
span { border-color: #F1117E; }
span { border-color: rgb(241,17,126); }
td.TdClassName
{
border-color: #F1117E;
}
.TagClassName
{
border-color: #F1117E;
}
</style>