Shades of Brink Pink #FF6C86
Tints of Brink Pink #FF6C86
RGB
CMYK
RGB Variations
Color information
#FF6C86 (or 0xFF6C86) is known color: Brink Pink. HEX triplet: FF, 6C and 86. RGB value is (255,108,134). Sum of RGB (Red+Green+Blue) = 255+108+134=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6C86 is #009379. Grayscale: #9A9A9A. Windows color (decimal): -37754 or 8809727. OLE color: 8809727.
HSL color Cylindrical-coordinate representation of color #FF6C86: hue angle of 349.39º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6C86 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 134 | - |
| CMYK | 0 | 0.58 | 0.47 | 0 |
| HSL | 349.39º | 1% | 0.71% | - |
| HSV(B) | 349.39º | 0.58% | 1% | - |
| XYZ | 50.91 | 33.71 | 26.38 | - |
| YUV | 154.92 | 116.2 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 134 | 0 | 0.58 | 0.47 | 0 | 349.39 | 1 | 0.71 |
| Hex | FF | 6C | 86 | 0 | 3A | 2F | 0 | 15D | 64 | 47 |
| Octal | 377 | 154 | 206 | 0 | 72 | 57 | 0 | 535 | 144 | 107 |
| Binary | 11111111 | 1101100 | 10000110 | 0 | 111010 | 101111 | 0 | 101011101 | 1100100 | 1000111 |
Color Harmonies of #FF6C86
Complementary color
Monochromatic Colors of #FF6C86
Black with #FF6C86
Text Example
Text Example
White with #FF6C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6C86; }
p { color: rgb(255,108,134); }
H1.HeaderClassName
{
color: #FF6C86;
}
.AnyTagClassName
{
color: #FF6C86;
}
</style>
background-color css
<style>
a { background-color: #FF6C86; }
a { background-color: rgb(255,108,134); }
div.DivClassName
{
background-color: #FF6C86;
}
.BgClassName
{
background-color: #FF6C86;
}
</style>
border-color css
<style>
span { border-color: #FF6C86; }
span { border-color: rgb(255,108,134); }
td.TdClassName
{
border-color: #FF6C86;
}
.TagClassName
{
border-color: #FF6C86;
}
</style>