Shades of Deep Pink #F11182
Tints of Deep Pink #F11182
RGB
CMYK
RGB Variations
Color information
#F11182 (or 0xF11182) is known color: Deep Pink. HEX triplet: F1, 11 and 82. RGB value is (241,17,130). Sum of RGB (Red+Green+Blue) = 241+17+130=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F11182 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11182 is #0EEE7D. Grayscale: #606060. Windows color (decimal): -978558 or 8524273. OLE color: 8524273.
HSL color Cylindrical-coordinate representation of color #F11182: 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.93%. Process color model (Four color, CMYK) of #F11182 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 130 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.05 |
| HSL | 329.73º | 0.89% | 0.51% | - |
| HSV(B) | 329.73º | 0.93% | 0.95% | - |
| XYZ | 40.51 | 20.71 | 22.98 | - |
| YUV | 96.86 | 146.71 | 230.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 130 | 0 | 0.93 | 0.46 | 0.05 | 329.73 | 0.89 | 0.51 |
| Hex | F1 | 11 | 82 | 0 | 5D | 2E | 5 | 14A | 59 | 33 |
| Octal | 361 | 21 | 202 | 0 | 135 | 56 | 5 | 512 | 131 | 63 |
| Binary | 11110001 | 10001 | 10000010 | 0 | 1011101 | 101110 | 101 | 101001010 | 1011001 | 110011 |
Color Harmonies of #F11182
Complementary color
Monochromatic Colors of #F11182
Black with #F11182
Text Example
Text Example
White with #F11182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11182; }
p { color: rgb(241,17,130); }
H1.HeaderClassName
{
color: #F11182;
}
.AnyTagClassName
{
color: #F11182;
}
</style>
background-color css
<style>
a { background-color: #F11182; }
a { background-color: rgb(241,17,130); }
div.DivClassName
{
background-color: #F11182;
}
.BgClassName
{
background-color: #F11182;
}
</style>
border-color css
<style>
span { border-color: #F11182; }
span { border-color: rgb(241,17,130); }
td.TdClassName
{
border-color: #F11182;
}
.TagClassName
{
border-color: #F11182;
}
</style>