Shades of Deep Pink #F11B85
Tints of Deep Pink #F11B85
RGB
CMYK
RGB Variations
Color information
#F11B85 (or 0xF11B85) is known color: Deep Pink. HEX triplet: F1, 1B and 85. RGB value is (241,27,133). Sum of RGB (Red+Green+Blue) = 241+27+133=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 27 (10.94% from 255 or 6.73% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F11B85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11B85 is #0EE47A. Grayscale: #666666. Windows color (decimal): -975995 or 8723441. OLE color: 8723441.
HSL color Cylindrical-coordinate representation of color #F11B85: hue angle of 330.28º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11B85 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 27 | 133 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.05 |
| HSL | 330.28º | 0.88% | 0.53% | - |
| HSV(B) | 330.28º | 0.89% | 0.95% | - |
| XYZ | 40.9 | 21.18 | 24.12 | - |
| YUV | 103.07 | 144.9 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 27 | 133 | 0 | 0.89 | 0.45 | 0.05 | 330.28 | 0.88 | 0.53 |
| Hex | F1 | 1B | 85 | 0 | 59 | 2D | 5 | 14A | 58 | 35 |
| Octal | 361 | 33 | 205 | 0 | 131 | 55 | 5 | 512 | 130 | 65 |
| Binary | 11110001 | 11011 | 10000101 | 0 | 1011001 | 101101 | 101 | 101001010 | 1011000 | 110101 |
Color Harmonies of #F11B85
Complementary color
Monochromatic Colors of #F11B85
Black with #F11B85
Text Example
Text Example
White with #F11B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11B85; }
p { color: rgb(241,27,133); }
H1.HeaderClassName
{
color: #F11B85;
}
.AnyTagClassName
{
color: #F11B85;
}
</style>
background-color css
<style>
a { background-color: #F11B85; }
a { background-color: rgb(241,27,133); }
div.DivClassName
{
background-color: #F11B85;
}
.BgClassName
{
background-color: #F11B85;
}
</style>
border-color css
<style>
span { border-color: #F11B85; }
span { border-color: rgb(241,27,133); }
td.TdClassName
{
border-color: #F11B85;
}
.TagClassName
{
border-color: #F11B85;
}
</style>