Shades of Deep Pink #F11092
Tints of Deep Pink #F11092
RGB
CMYK
RGB Variations
Color information
#F11092 (or 0xF11092) is known color: Deep Pink. HEX triplet: F1, 10 and 92. RGB value is (241,16,146). Sum of RGB (Red+Green+Blue) = 241+16+146=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F11092 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11092 is #0EEF6D. Grayscale: #616161. Windows color (decimal): -978798 or 9572593. OLE color: 9572593.
HSL color Cylindrical-coordinate representation of color #F11092: hue angle of 325.33º 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 #F11092 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 146 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.05 |
| HSL | 325.33º | 0.89% | 0.5% | - |
| HSV(B) | 325.33º | 0.93% | 0.95% | - |
| XYZ | 41.65 | 21.15 | 29.08 | - |
| YUV | 98.1 | 155.04 | 229.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 146 | 0 | 0.93 | 0.39 | 0.05 | 325.33 | 0.89 | 0.5 |
| Hex | F1 | 10 | 92 | 0 | 5D | 27 | 5 | 145 | 59 | 32 |
| Octal | 361 | 20 | 222 | 0 | 135 | 47 | 5 | 505 | 131 | 62 |
| Binary | 11110001 | 10000 | 10010010 | 0 | 1011101 | 100111 | 101 | 101000101 | 1011001 | 110010 |
Color Harmonies of #F11092
Complementary color
Monochromatic Colors of #F11092
Black with #F11092
Text Example
Text Example
White with #F11092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11092; }
p { color: rgb(241,16,146); }
H1.HeaderClassName
{
color: #F11092;
}
.AnyTagClassName
{
color: #F11092;
}
</style>
background-color css
<style>
a { background-color: #F11092; }
a { background-color: rgb(241,16,146); }
div.DivClassName
{
background-color: #F11092;
}
.BgClassName
{
background-color: #F11092;
}
</style>
border-color css
<style>
span { border-color: #F11092; }
span { border-color: rgb(241,16,146); }
td.TdClassName
{
border-color: #F11092;
}
.TagClassName
{
border-color: #F11092;
}
</style>