Shades of Brink Pink #FF6786
Tints of Brink Pink #FF6786
RGB
CMYK
RGB Variations
Color information
#FF6786 (or 0xFF6786) is known color: Brink Pink. HEX triplet: FF, 67 and 86. RGB value is (255,103,134). Sum of RGB (Red+Green+Blue) = 255+103+134=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 134 (52.73% from 255 or 27.24% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6786 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6786 is #009879. Grayscale: #989898. Windows color (decimal): -39034 or 8808447. OLE color: 8808447.
HSL color Cylindrical-coordinate representation of color #FF6786: hue angle of 347.76º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6786 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 134 | - |
| CMYK | 0 | 0.60 | 0.47 | 0 |
| HSL | 347.76º | 1% | 0.7% | - |
| HSV(B) | 347.76º | 0.6% | 1% | - |
| XYZ | 50.39 | 32.68 | 26.21 | - |
| YUV | 151.98 | 117.86 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 134 | 0 | 0.60 | 0.47 | 0 | 347.76 | 1 | 0.7 |
| Hex | FF | 67 | 86 | 0 | 3C | 2F | 0 | 15C | 64 | 46 |
| Octal | 377 | 147 | 206 | 0 | 74 | 57 | 0 | 534 | 144 | 106 |
| Binary | 11111111 | 1100111 | 10000110 | 0 | 111100 | 101111 | 0 | 101011100 | 1100100 | 1000110 |
Color Harmonies of #FF6786
Complementary color
Monochromatic Colors of #FF6786
Black with #FF6786
Text Example
Text Example
White with #FF6786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6786; }
p { color: rgb(255,103,134); }
H1.HeaderClassName
{
color: #FF6786;
}
.AnyTagClassName
{
color: #FF6786;
}
</style>
background-color css
<style>
a { background-color: #FF6786; }
a { background-color: rgb(255,103,134); }
div.DivClassName
{
background-color: #FF6786;
}
.BgClassName
{
background-color: #FF6786;
}
</style>
border-color css
<style>
span { border-color: #FF6786; }
span { border-color: rgb(255,103,134); }
td.TdClassName
{
border-color: #FF6786;
}
.TagClassName
{
border-color: #FF6786;
}
</style>