Shades of Deep Pink #F11482
Tints of Deep Pink #F11482
RGB
CMYK
RGB Variations
Color information
#F11482 (or 0xF11482) is known color: Deep Pink. HEX triplet: F1, 14 and 82. RGB value is (241,20,130). Sum of RGB (Red+Green+Blue) = 241+20+130=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F11482 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11482 is #0EEB7D. Grayscale: #626262. Windows color (decimal): -977790 or 8525041. OLE color: 8525041.
HSL color Cylindrical-coordinate representation of color #F11482: hue angle of 330.14º 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 #F11482 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 130 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.05 |
| HSL | 330.14º | 0.89% | 0.51% | - |
| HSV(B) | 330.14º | 0.92% | 0.95% | - |
| XYZ | 40.56 | 20.81 | 23 | - |
| YUV | 98.62 | 145.72 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 130 | 0 | 0.92 | 0.46 | 0.05 | 330.14 | 0.89 | 0.51 |
| Hex | F1 | 14 | 82 | 0 | 5C | 2E | 5 | 14A | 59 | 33 |
| Octal | 361 | 24 | 202 | 0 | 134 | 56 | 5 | 512 | 131 | 63 |
| Binary | 11110001 | 10100 | 10000010 | 0 | 1011100 | 101110 | 101 | 101001010 | 1011001 | 110011 |
Color Harmonies of #F11482
Complementary color
Monochromatic Colors of #F11482
Black with #F11482
Text Example
Text Example
White with #F11482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11482; }
p { color: rgb(241,20,130); }
H1.HeaderClassName
{
color: #F11482;
}
.AnyTagClassName
{
color: #F11482;
}
</style>
background-color css
<style>
a { background-color: #F11482; }
a { background-color: rgb(241,20,130); }
div.DivClassName
{
background-color: #F11482;
}
.BgClassName
{
background-color: #F11482;
}
</style>
border-color css
<style>
span { border-color: #F11482; }
span { border-color: rgb(241,20,130); }
td.TdClassName
{
border-color: #F11482;
}
.TagClassName
{
border-color: #F11482;
}
</style>