Shades of Deep Pink #F11393
Tints of Deep Pink #F11393
RGB
CMYK
RGB Variations
Color information
#F11393 (or 0xF11393) is known color: Deep Pink. HEX triplet: F1, 13 and 93. RGB value is (241,19,147). Sum of RGB (Red+Green+Blue) = 241+19+147=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F11393 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11393 is #0EEC6C. Grayscale: #636363. Windows color (decimal): -978029 or 9638897. OLE color: 9638897.
HSL color Cylindrical-coordinate representation of color #F11393: hue angle of 325.41º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F11393 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 147 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.05 |
| HSL | 325.41º | 0.89% | 0.51% | - |
| HSV(B) | 325.41º | 0.92% | 0.95% | - |
| XYZ | 41.77 | 21.27 | 29.51 | - |
| YUV | 99.97 | 154.55 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 147 | 0 | 0.92 | 0.39 | 0.05 | 325.41 | 0.89 | 0.51 |
| Hex | F1 | 13 | 93 | 0 | 5C | 27 | 5 | 145 | 59 | 33 |
| Octal | 361 | 23 | 223 | 0 | 134 | 47 | 5 | 505 | 131 | 63 |
| Binary | 11110001 | 10011 | 10010011 | 0 | 1011100 | 100111 | 101 | 101000101 | 1011001 | 110011 |
Color Harmonies of #F11393
Complementary color
Monochromatic Colors of #F11393
Black with #F11393
Text Example
Text Example
White with #F11393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11393; }
p { color: rgb(241,19,147); }
H1.HeaderClassName
{
color: #F11393;
}
.AnyTagClassName
{
color: #F11393;
}
</style>
background-color css
<style>
a { background-color: #F11393; }
a { background-color: rgb(241,19,147); }
div.DivClassName
{
background-color: #F11393;
}
.BgClassName
{
background-color: #F11393;
}
</style>
border-color css
<style>
span { border-color: #F11393; }
span { border-color: rgb(241,19,147); }
td.TdClassName
{
border-color: #F11393;
}
.TagClassName
{
border-color: #F11393;
}
</style>