Shades of Deep Pink #F11D80
Tints of Deep Pink #F11D80
RGB
CMYK
RGB Variations
Color information
#F11D80 (or 0xF11D80) is known color: Deep Pink. HEX triplet: F1, 1D and 80. RGB value is (241,29,128). Sum of RGB (Red+Green+Blue) = 241+29+128=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11D80 is #0EE27F. Grayscale: #676767. Windows color (decimal): -975488 or 8396273. OLE color: 8396273.
HSL color Cylindrical-coordinate representation of color #F11D80: hue angle of 331.98º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11D80 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 29 | 128 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.05 |
| HSL | 331.98º | 0.88% | 0.53% | - |
| HSV(B) | 331.98º | 0.88% | 0.95% | - |
| XYZ | 40.61 | 21.14 | 22.36 | - |
| YUV | 103.67 | 141.74 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 29 | 128 | 0 | 0.88 | 0.47 | 0.05 | 331.98 | 0.88 | 0.53 |
| Hex | F1 | 1D | 80 | 0 | 58 | 2F | 5 | 14C | 58 | 35 |
| Octal | 361 | 35 | 200 | 0 | 130 | 57 | 5 | 514 | 130 | 65 |
| Binary | 11110001 | 11101 | 10000000 | 0 | 1011000 | 101111 | 101 | 101001100 | 1011000 | 110101 |
Color Harmonies of #F11D80
Complementary color
Monochromatic Colors of #F11D80
Black with #F11D80
Text Example
Text Example
White with #F11D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11D80; }
p { color: rgb(241,29,128); }
H1.HeaderClassName
{
color: #F11D80;
}
.AnyTagClassName
{
color: #F11D80;
}
</style>
background-color css
<style>
a { background-color: #F11D80; }
a { background-color: rgb(241,29,128); }
div.DivClassName
{
background-color: #F11D80;
}
.BgClassName
{
background-color: #F11D80;
}
</style>
border-color css
<style>
span { border-color: #F11D80; }
span { border-color: rgb(241,29,128); }
td.TdClassName
{
border-color: #F11D80;
}
.TagClassName
{
border-color: #F11D80;
}
</style>