Shades of Deep Pink #F11682
Tints of Deep Pink #F11682
RGB
CMYK
RGB Variations
Color information
#F11682 (or 0xF11682) is known color: Deep Pink. HEX triplet: F1, 16 and 82. RGB value is (241,22,130). Sum of RGB (Red+Green+Blue) = 241+22+130=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F11682 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11682 is #0EE97D. Grayscale: #636363. Windows color (decimal): -977278 or 8525553. OLE color: 8525553.
HSL color Cylindrical-coordinate representation of color #F11682: hue angle of 330.41º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11682 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 130 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.05 |
| HSL | 330.41º | 0.89% | 0.52% | - |
| HSV(B) | 330.41º | 0.91% | 0.95% | - |
| XYZ | 40.59 | 20.89 | 23.01 | - |
| YUV | 99.79 | 145.05 | 228.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 130 | 0 | 0.91 | 0.46 | 0.05 | 330.41 | 0.89 | 0.52 |
| Hex | F1 | 16 | 82 | 0 | 5B | 2E | 5 | 14A | 59 | 34 |
| Octal | 361 | 26 | 202 | 0 | 133 | 56 | 5 | 512 | 131 | 64 |
| Binary | 11110001 | 10110 | 10000010 | 0 | 1011011 | 101110 | 101 | 101001010 | 1011001 | 110100 |
Color Harmonies of #F11682
Complementary color
Monochromatic Colors of #F11682
Black with #F11682
Text Example
Text Example
White with #F11682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11682; }
p { color: rgb(241,22,130); }
H1.HeaderClassName
{
color: #F11682;
}
.AnyTagClassName
{
color: #F11682;
}
</style>
background-color css
<style>
a { background-color: #F11682; }
a { background-color: rgb(241,22,130); }
div.DivClassName
{
background-color: #F11682;
}
.BgClassName
{
background-color: #F11682;
}
</style>
border-color css
<style>
span { border-color: #F11682; }
span { border-color: rgb(241,22,130); }
td.TdClassName
{
border-color: #F11682;
}
.TagClassName
{
border-color: #F11682;
}
</style>