Shades of Deep Pink #F11397
Tints of Deep Pink #F11397
RGB
CMYK
RGB Variations
Color information
#F11397 (or 0xF11397) is known color: Deep Pink. HEX triplet: F1, 13 and 97. RGB value is (241,19,151). Sum of RGB (Red+Green+Blue) = 241+19+151=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F11397 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11397 is #0EEC68. Grayscale: #646464. Windows color (decimal): -978025 or 9901041. OLE color: 9901041.
HSL color Cylindrical-coordinate representation of color #F11397: hue angle of 324.32º 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 #F11397 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 151 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.05 |
| HSL | 324.32º | 0.89% | 0.51% | - |
| HSV(B) | 324.32º | 0.92% | 0.95% | - |
| XYZ | 42.09 | 21.4 | 31.19 | - |
| YUV | 100.43 | 156.55 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 151 | 0 | 0.92 | 0.37 | 0.05 | 324.32 | 0.89 | 0.51 |
| Hex | F1 | 13 | 97 | 0 | 5C | 25 | 5 | 144 | 59 | 33 |
| Octal | 361 | 23 | 227 | 0 | 134 | 45 | 5 | 504 | 131 | 63 |
| Binary | 11110001 | 10011 | 10010111 | 0 | 1011100 | 100101 | 101 | 101000100 | 1011001 | 110011 |
Color Harmonies of #F11397
Complementary color
Monochromatic Colors of #F11397
Black with #F11397
Text Example
Text Example
White with #F11397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11397; }
p { color: rgb(241,19,151); }
H1.HeaderClassName
{
color: #F11397;
}
.AnyTagClassName
{
color: #F11397;
}
</style>
background-color css
<style>
a { background-color: #F11397; }
a { background-color: rgb(241,19,151); }
div.DivClassName
{
background-color: #F11397;
}
.BgClassName
{
background-color: #F11397;
}
</style>
border-color css
<style>
span { border-color: #F11397; }
span { border-color: rgb(241,19,151); }
td.TdClassName
{
border-color: #F11397;
}
.TagClassName
{
border-color: #F11397;
}
</style>