Shades of Deep Pink #F11080
Tints of Deep Pink #F11080
RGB
CMYK
RGB Variations
Color information
#F11080 (or 0xF11080) is known color: Deep Pink. HEX triplet: F1, 10 and 80. RGB value is (241,16,128). Sum of RGB (Red+Green+Blue) = 241+16+128=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F11080 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11080 is #0EEF7F. Grayscale: #5F5F5F. Windows color (decimal): -978816 or 8392945. OLE color: 8392945.
HSL color Cylindrical-coordinate representation of color #F11080: hue angle of 330.13º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11080 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 128 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.05 |
| HSL | 330.13º | 0.89% | 0.5% | - |
| HSV(B) | 330.13º | 0.93% | 0.95% | - |
| XYZ | 40.36 | 20.63 | 22.28 | - |
| YUV | 96.04 | 146.04 | 231.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 128 | 0 | 0.93 | 0.47 | 0.05 | 330.13 | 0.89 | 0.5 |
| Hex | F1 | 10 | 80 | 0 | 5D | 2F | 5 | 14A | 59 | 32 |
| Octal | 361 | 20 | 200 | 0 | 135 | 57 | 5 | 512 | 131 | 62 |
| Binary | 11110001 | 10000 | 10000000 | 0 | 1011101 | 101111 | 101 | 101001010 | 1011001 | 110010 |
Color Harmonies of #F11080
Complementary color
Monochromatic Colors of #F11080
Black with #F11080
Text Example
Text Example
White with #F11080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11080; }
p { color: rgb(241,16,128); }
H1.HeaderClassName
{
color: #F11080;
}
.AnyTagClassName
{
color: #F11080;
}
</style>
background-color css
<style>
a { background-color: #F11080; }
a { background-color: rgb(241,16,128); }
div.DivClassName
{
background-color: #F11080;
}
.BgClassName
{
background-color: #F11080;
}
</style>
border-color css
<style>
span { border-color: #F11080; }
span { border-color: rgb(241,16,128); }
td.TdClassName
{
border-color: #F11080;
}
.TagClassName
{
border-color: #F11080;
}
</style>