Shades of Deep Pink #F11684
Tints of Deep Pink #F11684
RGB
CMYK
RGB Variations
Color information
#F11684 (or 0xF11684) is known color: Deep Pink. HEX triplet: F1, 16 and 84. RGB value is (241,22,132). Sum of RGB (Red+Green+Blue) = 241+22+132=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F11684 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11684 is #0EE97B. Grayscale: #636363. Windows color (decimal): -977276 or 8656625. OLE color: 8656625.
HSL color Cylindrical-coordinate representation of color #F11684: hue angle of 329.86º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11684 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 132 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.05 |
| HSL | 329.86º | 0.89% | 0.52% | - |
| HSV(B) | 329.86º | 0.91% | 0.95% | - |
| XYZ | 40.73 | 20.94 | 23.73 | - |
| YUV | 100.02 | 146.05 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 132 | 0 | 0.91 | 0.45 | 0.05 | 329.86 | 0.89 | 0.52 |
| Hex | F1 | 16 | 84 | 0 | 5B | 2D | 5 | 14A | 59 | 34 |
| Octal | 361 | 26 | 204 | 0 | 133 | 55 | 5 | 512 | 131 | 64 |
| Binary | 11110001 | 10110 | 10000100 | 0 | 1011011 | 101101 | 101 | 101001010 | 1011001 | 110100 |
Color Harmonies of #F11684
Complementary color
Monochromatic Colors of #F11684
Black with #F11684
Text Example
Text Example
White with #F11684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11684; }
p { color: rgb(241,22,132); }
H1.HeaderClassName
{
color: #F11684;
}
.AnyTagClassName
{
color: #F11684;
}
</style>
background-color css
<style>
a { background-color: #F11684; }
a { background-color: rgb(241,22,132); }
div.DivClassName
{
background-color: #F11684;
}
.BgClassName
{
background-color: #F11684;
}
</style>
border-color css
<style>
span { border-color: #F11684; }
span { border-color: rgb(241,22,132); }
td.TdClassName
{
border-color: #F11684;
}
.TagClassName
{
border-color: #F11684;
}
</style>