Shades of Deep Pink #F11383
Tints of Deep Pink #F11383
RGB
CMYK
RGB Variations
Color information
#F11383 (or 0xF11383) is known color: Deep Pink. HEX triplet: F1, 13 and 83. RGB value is (241,19,131). Sum of RGB (Red+Green+Blue) = 241+19+131=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F11383 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11383 is #0EEC7C. Grayscale: #616161. Windows color (decimal): -978045 or 8590321. OLE color: 8590321.
HSL color Cylindrical-coordinate representation of color #F11383: hue angle of 329.73º 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 #F11383 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 131 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.05 |
| HSL | 329.73º | 0.89% | 0.51% | - |
| HSV(B) | 329.73º | 0.92% | 0.95% | - |
| XYZ | 40.61 | 20.81 | 23.35 | - |
| YUV | 98.15 | 146.55 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 131 | 0 | 0.92 | 0.46 | 0.05 | 329.73 | 0.89 | 0.51 |
| Hex | F1 | 13 | 83 | 0 | 5C | 2E | 5 | 14A | 59 | 33 |
| Octal | 361 | 23 | 203 | 0 | 134 | 56 | 5 | 512 | 131 | 63 |
| Binary | 11110001 | 10011 | 10000011 | 0 | 1011100 | 101110 | 101 | 101001010 | 1011001 | 110011 |
Color Harmonies of #F11383
Complementary color
Monochromatic Colors of #F11383
Black with #F11383
Text Example
Text Example
White with #F11383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11383; }
p { color: rgb(241,19,131); }
H1.HeaderClassName
{
color: #F11383;
}
.AnyTagClassName
{
color: #F11383;
}
</style>
background-color css
<style>
a { background-color: #F11383; }
a { background-color: rgb(241,19,131); }
div.DivClassName
{
background-color: #F11383;
}
.BgClassName
{
background-color: #F11383;
}
</style>
border-color css
<style>
span { border-color: #F11383; }
span { border-color: rgb(241,19,131); }
td.TdClassName
{
border-color: #F11383;
}
.TagClassName
{
border-color: #F11383;
}
</style>