Shades of Deep Pink #F11493
Tints of Deep Pink #F11493
RGB
CMYK
RGB Variations
Color information
#F11493 (or 0xF11493) is known color: Deep Pink. HEX triplet: F1, 14 and 93. RGB value is (241,20,147). Sum of RGB (Red+Green+Blue) = 241+20+147=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F11493 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11493 is #0EEB6C. Grayscale: #646464. Windows color (decimal): -977773 or 9639153. OLE color: 9639153.
HSL color Cylindrical-coordinate representation of color #F11493: hue angle of 325.52º 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 #F11493 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 147 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.05 |
| HSL | 325.52º | 0.89% | 0.51% | - |
| HSV(B) | 325.52º | 0.92% | 0.95% | - |
| XYZ | 41.79 | 21.31 | 29.51 | - |
| YUV | 100.56 | 154.22 | 228.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 147 | 0 | 0.92 | 0.39 | 0.05 | 325.52 | 0.89 | 0.51 |
| Hex | F1 | 14 | 93 | 0 | 5C | 27 | 5 | 146 | 59 | 33 |
| Octal | 361 | 24 | 223 | 0 | 134 | 47 | 5 | 506 | 131 | 63 |
| Binary | 11110001 | 10100 | 10010011 | 0 | 1011100 | 100111 | 101 | 101000110 | 1011001 | 110011 |
Color Harmonies of #F11493
Complementary color
Monochromatic Colors of #F11493
Black with #F11493
Text Example
Text Example
White with #F11493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11493; }
p { color: rgb(241,20,147); }
H1.HeaderClassName
{
color: #F11493;
}
.AnyTagClassName
{
color: #F11493;
}
</style>
background-color css
<style>
a { background-color: #F11493; }
a { background-color: rgb(241,20,147); }
div.DivClassName
{
background-color: #F11493;
}
.BgClassName
{
background-color: #F11493;
}
</style>
border-color css
<style>
span { border-color: #F11493; }
span { border-color: rgb(241,20,147); }
td.TdClassName
{
border-color: #F11493;
}
.TagClassName
{
border-color: #F11493;
}
</style>