Shades of Brink Pink #FF6D85
Tints of Brink Pink #FF6D85
RGB
CMYK
RGB Variations
Color information
#FF6D85 (or 0xFF6D85) is known color: Brink Pink. HEX triplet: FF, 6D and 85. RGB value is (255,109,133). Sum of RGB (Red+Green+Blue) = 255+109+133=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6D85 is #00927A. Grayscale: #9B9B9B. Windows color (decimal): -37499 or 8744447. OLE color: 8744447.
HSL color Cylindrical-coordinate representation of color #FF6D85: hue angle of 350.14º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6D85 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 133 | - |
| CMYK | 0 | 0.57 | 0.48 | 0 |
| HSL | 350.14º | 1% | 0.71% | - |
| HSV(B) | 350.14º | 0.57% | 1% | - |
| XYZ | 50.94 | 33.89 | 26.05 | - |
| YUV | 155.39 | 115.37 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 133 | 0 | 0.57 | 0.48 | 0 | 350.14 | 1 | 0.71 |
| Hex | FF | 6D | 85 | 0 | 39 | 30 | 0 | 15E | 64 | 47 |
| Octal | 377 | 155 | 205 | 0 | 71 | 60 | 0 | 536 | 144 | 107 |
| Binary | 11111111 | 1101101 | 10000101 | 0 | 111001 | 110000 | 0 | 101011110 | 1100100 | 1000111 |
Color Harmonies of #FF6D85
Complementary color
Monochromatic Colors of #FF6D85
Black with #FF6D85
Text Example
Text Example
White with #FF6D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6D85; }
p { color: rgb(255,109,133); }
H1.HeaderClassName
{
color: #FF6D85;
}
.AnyTagClassName
{
color: #FF6D85;
}
</style>
background-color css
<style>
a { background-color: #FF6D85; }
a { background-color: rgb(255,109,133); }
div.DivClassName
{
background-color: #FF6D85;
}
.BgClassName
{
background-color: #FF6D85;
}
</style>
border-color css
<style>
span { border-color: #FF6D85; }
span { border-color: rgb(255,109,133); }
td.TdClassName
{
border-color: #FF6D85;
}
.TagClassName
{
border-color: #FF6D85;
}
</style>