Shades of Deep Pink #F31B86
Tints of Deep Pink #F31B86
RGB
CMYK
RGB Variations
Color information
#F31B86 (or 0xF31B86) is known color: Deep Pink. HEX triplet: F3, 1B and 86. RGB value is (243,27,134). Sum of RGB (Red+Green+Blue) = 243+27+134=404 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.15% from 404); Green value is 27 (10.94% from 255 or 6.68% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 243 - color contains mainly: red. Hex color #F31B86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31B86 is #0CE479. Grayscale: #676767. Windows color (decimal): -844922 or 8788979. OLE color: 8788979.
HSL color Cylindrical-coordinate representation of color #F31B86: hue angle of 330.28º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31B86 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 27 | 134 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.05 |
| HSL | 330.28º | 0.9% | 0.53% | - |
| HSV(B) | 330.28º | 0.89% | 0.95% | - |
| XYZ | 41.66 | 21.56 | 24.52 | - |
| YUV | 103.78 | 145.06 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 27 | 134 | 0 | 0.89 | 0.45 | 0.05 | 330.28 | 0.9 | 0.53 |
| Hex | F3 | 1B | 86 | 0 | 59 | 2D | 5 | 14A | 5A | 35 |
| Octal | 363 | 33 | 206 | 0 | 131 | 55 | 5 | 512 | 132 | 65 |
| Binary | 11110011 | 11011 | 10000110 | 0 | 1011001 | 101101 | 101 | 101001010 | 1011010 | 110101 |
Color Harmonies of #F31B86
Complementary color
Monochromatic Colors of #F31B86
Black with #F31B86
Text Example
Text Example
White with #F31B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31B86; }
p { color: rgb(243,27,134); }
H1.HeaderClassName
{
color: #F31B86;
}
.AnyTagClassName
{
color: #F31B86;
}
</style>
background-color css
<style>
a { background-color: #F31B86; }
a { background-color: rgb(243,27,134); }
div.DivClassName
{
background-color: #F31B86;
}
.BgClassName
{
background-color: #F31B86;
}
</style>
border-color css
<style>
span { border-color: #F31B86; }
span { border-color: rgb(243,27,134); }
td.TdClassName
{
border-color: #F31B86;
}
.TagClassName
{
border-color: #F31B86;
}
</style>