Shades of Deep Pink #F11C8E
Tints of Deep Pink #F11C8E
RGB
CMYK
RGB Variations
Color information
#F11C8E (or 0xF11C8E) is known color: Deep Pink. HEX triplet: F1, 1C and 8E. RGB value is (241,28,142). Sum of RGB (Red+Green+Blue) = 241+28+142=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F11C8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11C8E is #0EE371. Grayscale: #686868. Windows color (decimal): -975730 or 9313521. OLE color: 9313521.
HSL color Cylindrical-coordinate representation of color #F11C8E: hue angle of 327.89º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11C8E is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 28 | 142 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.05 |
| HSL | 327.89º | 0.88% | 0.53% | - |
| HSV(B) | 327.89º | 0.88% | 0.95% | - |
| XYZ | 41.57 | 21.48 | 27.55 | - |
| YUV | 104.68 | 149.07 | 225.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 28 | 142 | 0 | 0.88 | 0.41 | 0.05 | 327.89 | 0.88 | 0.53 |
| Hex | F1 | 1C | 8E | 0 | 58 | 29 | 5 | 148 | 58 | 35 |
| Octal | 361 | 34 | 216 | 0 | 130 | 51 | 5 | 510 | 130 | 65 |
| Binary | 11110001 | 11100 | 10001110 | 0 | 1011000 | 101001 | 101 | 101001000 | 1011000 | 110101 |
Color Harmonies of #F11C8E
Complementary color
Monochromatic Colors of #F11C8E
Black with #F11C8E
Text Example
Text Example
White with #F11C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11C8E; }
p { color: rgb(241,28,142); }
H1.HeaderClassName
{
color: #F11C8E;
}
.AnyTagClassName
{
color: #F11C8E;
}
</style>
background-color css
<style>
a { background-color: #F11C8E; }
a { background-color: rgb(241,28,142); }
div.DivClassName
{
background-color: #F11C8E;
}
.BgClassName
{
background-color: #F11C8E;
}
</style>
border-color css
<style>
span { border-color: #F11C8E; }
span { border-color: rgb(241,28,142); }
td.TdClassName
{
border-color: #F11C8E;
}
.TagClassName
{
border-color: #F11C8E;
}
</style>