Shades of Brink Pink #F36D86
Tints of Brink Pink #F36D86
RGB
CMYK
RGB Variations
Color information
#F36D86 (or 0xF36D86) is known color: Brink Pink. HEX triplet: F3, 6D and 86. RGB value is (243,109,134). Sum of RGB (Red+Green+Blue) = 243+109+134=486 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 243 - color contains mainly: red. Hex color #F36D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36D86 is #0C9279. Grayscale: #979797. Windows color (decimal): -823930 or 8809971. OLE color: 8809971.
HSL color Cylindrical-coordinate representation of color #F36D86: hue angle of 348.81º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F36D86 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 109 | 134 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.05 |
| HSL | 348.81º | 0.85% | 0.69% | - |
| HSV(B) | 348.81º | 0.55% | 0.95% | - |
| XYZ | 46.73 | 31.71 | 26.21 | - |
| YUV | 151.92 | 117.89 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 109 | 134 | 0 | 0.55 | 0.45 | 0.05 | 348.81 | 0.85 | 0.69 |
| Hex | F3 | 6D | 86 | 0 | 37 | 2D | 5 | 15D | 55 | 45 |
| Octal | 363 | 155 | 206 | 0 | 67 | 55 | 5 | 535 | 125 | 105 |
| Binary | 11110011 | 1101101 | 10000110 | 0 | 110111 | 101101 | 101 | 101011101 | 1010101 | 1000101 |
Color Harmonies of #F36D86
Complementary color
Monochromatic Colors of #F36D86
Black with #F36D86
Text Example
Text Example
White with #F36D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36D86; }
p { color: rgb(243,109,134); }
H1.HeaderClassName
{
color: #F36D86;
}
.AnyTagClassName
{
color: #F36D86;
}
</style>
background-color css
<style>
a { background-color: #F36D86; }
a { background-color: rgb(243,109,134); }
div.DivClassName
{
background-color: #F36D86;
}
.BgClassName
{
background-color: #F36D86;
}
</style>
border-color css
<style>
span { border-color: #F36D86; }
span { border-color: rgb(243,109,134); }
td.TdClassName
{
border-color: #F36D86;
}
.TagClassName
{
border-color: #F36D86;
}
</style>