Shades of Deep Pink #F11385
Tints of Deep Pink #F11385
RGB
CMYK
RGB Variations
Color information
#F11385 (or 0xF11385) is known color: Deep Pink. HEX triplet: F1, 13 and 85. RGB value is (241,19,133). Sum of RGB (Red+Green+Blue) = 241+19+133=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F11385 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11385 is #0EEC7A. Grayscale: #626262. Windows color (decimal): -978043 or 8721393. OLE color: 8721393.
HSL color Cylindrical-coordinate representation of color #F11385: hue angle of 329.19º 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 #F11385 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 133 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.05 |
| HSL | 329.19º | 0.89% | 0.51% | - |
| HSV(B) | 329.19º | 0.92% | 0.95% | - |
| XYZ | 40.74 | 20.86 | 24.07 | - |
| YUV | 98.37 | 147.55 | 229.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 133 | 0 | 0.92 | 0.45 | 0.05 | 329.19 | 0.89 | 0.51 |
| Hex | F1 | 13 | 85 | 0 | 5C | 2D | 5 | 149 | 59 | 33 |
| Octal | 361 | 23 | 205 | 0 | 134 | 55 | 5 | 511 | 131 | 63 |
| Binary | 11110001 | 10011 | 10000101 | 0 | 1011100 | 101101 | 101 | 101001001 | 1011001 | 110011 |
Color Harmonies of #F11385
Complementary color
Monochromatic Colors of #F11385
Black with #F11385
Text Example
Text Example
White with #F11385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11385; }
p { color: rgb(241,19,133); }
H1.HeaderClassName
{
color: #F11385;
}
.AnyTagClassName
{
color: #F11385;
}
</style>
background-color css
<style>
a { background-color: #F11385; }
a { background-color: rgb(241,19,133); }
div.DivClassName
{
background-color: #F11385;
}
.BgClassName
{
background-color: #F11385;
}
</style>
border-color css
<style>
span { border-color: #F11385; }
span { border-color: rgb(241,19,133); }
td.TdClassName
{
border-color: #F11385;
}
.TagClassName
{
border-color: #F11385;
}
</style>