Shades of Deep Pink #F11784
Tints of Deep Pink #F11784
RGB
CMYK
RGB Variations
Color information
#F11784 (or 0xF11784) is known color: Deep Pink. HEX triplet: F1, 17 and 84. RGB value is (241,23,132). Sum of RGB (Red+Green+Blue) = 241+23+132=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F11784 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11784 is #0EE87B. Grayscale: #646464. Windows color (decimal): -977020 or 8656881. OLE color: 8656881.
HSL color Cylindrical-coordinate representation of color #F11784: hue angle of 330º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11784 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 132 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.05 |
| HSL | 330º | 0.89% | 0.52% | - |
| HSV(B) | 330º | 0.9% | 0.95% | - |
| XYZ | 40.75 | 20.98 | 23.73 | - |
| YUV | 100.61 | 145.72 | 228.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 132 | 0 | 0.90 | 0.45 | 0.05 | 330 | 0.89 | 0.52 |
| Hex | F1 | 17 | 84 | 0 | 5A | 2D | 5 | 14A | 59 | 34 |
| Octal | 361 | 27 | 204 | 0 | 132 | 55 | 5 | 512 | 131 | 64 |
| Binary | 11110001 | 10111 | 10000100 | 0 | 1011010 | 101101 | 101 | 101001010 | 1011001 | 110100 |
Color Harmonies of #F11784
Complementary color
Monochromatic Colors of #F11784
Black with #F11784
Text Example
Text Example
White with #F11784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11784; }
p { color: rgb(241,23,132); }
H1.HeaderClassName
{
color: #F11784;
}
.AnyTagClassName
{
color: #F11784;
}
</style>
background-color css
<style>
a { background-color: #F11784; }
a { background-color: rgb(241,23,132); }
div.DivClassName
{
background-color: #F11784;
}
.BgClassName
{
background-color: #F11784;
}
</style>
border-color css
<style>
span { border-color: #F11784; }
span { border-color: rgb(241,23,132); }
td.TdClassName
{
border-color: #F11784;
}
.TagClassName
{
border-color: #F11784;
}
</style>