Shades of Brink Pink #F06786
Tints of Brink Pink #F06786
RGB
CMYK
RGB Variations
Color information
#F06786 (or 0xF06786) is known color: Brink Pink. HEX triplet: F0, 67 and 86. RGB value is (240,103,134). Sum of RGB (Red+Green+Blue) = 240+103+134=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F06786 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06786 is #0F9879. Grayscale: #939393. Windows color (decimal): -1022074 or 8808432. OLE color: 8808432.
HSL color Cylindrical-coordinate representation of color #F06786: hue angle of 346.42º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F06786 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 134 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.06 |
| HSL | 346.42º | 0.82% | 0.67% | - |
| HSV(B) | 346.42º | 0.57% | 0.94% | - |
| XYZ | 45.09 | 29.95 | 25.96 | - |
| YUV | 147.5 | 120.39 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 134 | 0 | 0.57 | 0.44 | 0.06 | 346.42 | 0.82 | 0.67 |
| Hex | F0 | 67 | 86 | 0 | 39 | 2C | 6 | 15A | 52 | 43 |
| Octal | 360 | 147 | 206 | 0 | 71 | 54 | 6 | 532 | 122 | 103 |
| Binary | 11110000 | 1100111 | 10000110 | 0 | 111001 | 101100 | 110 | 101011010 | 1010010 | 1000011 |
Color Harmonies of #F06786
Complementary color
Monochromatic Colors of #F06786
Black with #F06786
Text Example
Text Example
White with #F06786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06786; }
p { color: rgb(240,103,134); }
H1.HeaderClassName
{
color: #F06786;
}
.AnyTagClassName
{
color: #F06786;
}
</style>
background-color css
<style>
a { background-color: #F06786; }
a { background-color: rgb(240,103,134); }
div.DivClassName
{
background-color: #F06786;
}
.BgClassName
{
background-color: #F06786;
}
</style>
border-color css
<style>
span { border-color: #F06786; }
span { border-color: rgb(240,103,134); }
td.TdClassName
{
border-color: #F06786;
}
.TagClassName
{
border-color: #F06786;
}
</style>