Shades of Deep Pink #F11293
Tints of Deep Pink #F11293
RGB
CMYK
RGB Variations
Color information
#F11293 (or 0xF11293) is known color: Deep Pink. HEX triplet: F1, 12 and 93. RGB value is (241,18,147). Sum of RGB (Red+Green+Blue) = 241+18+147=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 18 (7.42% from 255 or 4.43% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F11293 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11293 is #0EED6C. Grayscale: #636363. Windows color (decimal): -978285 or 9638641. OLE color: 9638641.
HSL color Cylindrical-coordinate representation of color #F11293: hue angle of 325.29º 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 #F11293 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 147 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.05 |
| HSL | 325.29º | 0.89% | 0.51% | - |
| HSV(B) | 325.29º | 0.93% | 0.95% | - |
| XYZ | 41.76 | 21.24 | 29.5 | - |
| YUV | 99.38 | 154.88 | 229.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 147 | 0 | 0.93 | 0.39 | 0.05 | 325.29 | 0.89 | 0.51 |
| Hex | F1 | 12 | 93 | 0 | 5D | 27 | 5 | 145 | 59 | 33 |
| Octal | 361 | 22 | 223 | 0 | 135 | 47 | 5 | 505 | 131 | 63 |
| Binary | 11110001 | 10010 | 10010011 | 0 | 1011101 | 100111 | 101 | 101000101 | 1011001 | 110011 |
Color Harmonies of #F11293
Complementary color
Monochromatic Colors of #F11293
Black with #F11293
Text Example
Text Example
White with #F11293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11293; }
p { color: rgb(241,18,147); }
H1.HeaderClassName
{
color: #F11293;
}
.AnyTagClassName
{
color: #F11293;
}
</style>
background-color css
<style>
a { background-color: #F11293; }
a { background-color: rgb(241,18,147); }
div.DivClassName
{
background-color: #F11293;
}
.BgClassName
{
background-color: #F11293;
}
</style>
border-color css
<style>
span { border-color: #F11293; }
span { border-color: rgb(241,18,147); }
td.TdClassName
{
border-color: #F11293;
}
.TagClassName
{
border-color: #F11293;
}
</style>