Shades of Deep Pink #F11382
Tints of Deep Pink #F11382
RGB
CMYK
RGB Variations
Color information
#F11382 (or 0xF11382) is known color: Deep Pink. HEX triplet: F1, 13 and 82. RGB value is (241,19,130). Sum of RGB (Red+Green+Blue) = 241+19+130=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F11382 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11382 is #0EEC7D. Grayscale: #616161. Windows color (decimal): -978046 or 8524785. OLE color: 8524785.
HSL color Cylindrical-coordinate representation of color #F11382: hue angle of 330º 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 #F11382 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 130 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.05 |
| HSL | 330º | 0.89% | 0.51% | - |
| HSV(B) | 330º | 0.92% | 0.95% | - |
| XYZ | 40.54 | 20.78 | 22.99 | - |
| YUV | 98.03 | 146.05 | 229.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 130 | 0 | 0.92 | 0.46 | 0.05 | 330 | 0.89 | 0.51 |
| Hex | F1 | 13 | 82 | 0 | 5C | 2E | 5 | 14A | 59 | 33 |
| Octal | 361 | 23 | 202 | 0 | 134 | 56 | 5 | 512 | 131 | 63 |
| Binary | 11110001 | 10011 | 10000010 | 0 | 1011100 | 101110 | 101 | 101001010 | 1011001 | 110011 |
Color Harmonies of #F11382
Complementary color
Monochromatic Colors of #F11382
Black with #F11382
Text Example
Text Example
White with #F11382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11382; }
p { color: rgb(241,19,130); }
H1.HeaderClassName
{
color: #F11382;
}
.AnyTagClassName
{
color: #F11382;
}
</style>
background-color css
<style>
a { background-color: #F11382; }
a { background-color: rgb(241,19,130); }
div.DivClassName
{
background-color: #F11382;
}
.BgClassName
{
background-color: #F11382;
}
</style>
border-color css
<style>
span { border-color: #F11382; }
span { border-color: rgb(241,19,130); }
td.TdClassName
{
border-color: #F11382;
}
.TagClassName
{
border-color: #F11382;
}
</style>