Shades of Deep Pink #F31186
Tints of Deep Pink #F31186
RGB
CMYK
RGB Variations
Color information
#F31186 (or 0xF31186) is known color: Deep Pink. HEX triplet: F3, 11 and 86. RGB value is (243,17,134). Sum of RGB (Red+Green+Blue) = 243+17+134=394 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.68% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 243 - color contains mainly: red. Hex color #F31186 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31186 is #0CEE79. Grayscale: #616161. Windows color (decimal): -847482 or 8786419. OLE color: 8786419.
HSL color Cylindrical-coordinate representation of color #F31186: hue angle of 328.94º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31186 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 134 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.05 |
| HSL | 328.94º | 0.9% | 0.51% | - |
| HSV(B) | 328.94º | 0.93% | 0.95% | - |
| XYZ | 41.47 | 21.18 | 24.46 | - |
| YUV | 97.91 | 148.37 | 231.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 134 | 0 | 0.93 | 0.45 | 0.05 | 328.94 | 0.9 | 0.51 |
| Hex | F3 | 11 | 86 | 0 | 5D | 2D | 5 | 149 | 5A | 33 |
| Octal | 363 | 21 | 206 | 0 | 135 | 55 | 5 | 511 | 132 | 63 |
| Binary | 11110011 | 10001 | 10000110 | 0 | 1011101 | 101101 | 101 | 101001001 | 1011010 | 110011 |
Color Harmonies of #F31186
Complementary color
Monochromatic Colors of #F31186
Black with #F31186
Text Example
Text Example
White with #F31186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31186; }
p { color: rgb(243,17,134); }
H1.HeaderClassName
{
color: #F31186;
}
.AnyTagClassName
{
color: #F31186;
}
</style>
background-color css
<style>
a { background-color: #F31186; }
a { background-color: rgb(243,17,134); }
div.DivClassName
{
background-color: #F31186;
}
.BgClassName
{
background-color: #F31186;
}
</style>
border-color css
<style>
span { border-color: #F31186; }
span { border-color: rgb(243,17,134); }
td.TdClassName
{
border-color: #F31186;
}
.TagClassName
{
border-color: #F31186;
}
</style>