Shades of Brink Pink #FF6E85
Tints of Brink Pink #FF6E85
RGB
CMYK
RGB Variations
Color information
#FF6E85 (or 0xFF6E85) is known color: Brink Pink. HEX triplet: FF, 6E and 85. RGB value is (255,110,133). Sum of RGB (Red+Green+Blue) = 255+110+133=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6E85 is #00917A. Grayscale: #9C9C9C. Windows color (decimal): -37243 or 8744703. OLE color: 8744703.
HSL color Cylindrical-coordinate representation of color #FF6E85: hue angle of 350.48º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6E85 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 133 | - |
| CMYK | 0 | 0.57 | 0.48 | 0 |
| HSL | 350.48º | 1% | 0.72% | - |
| HSV(B) | 350.48º | 0.57% | 1% | - |
| XYZ | 51.05 | 34.11 | 26.08 | - |
| YUV | 155.98 | 115.04 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 133 | 0 | 0.57 | 0.48 | 0 | 350.48 | 1 | 0.72 |
| Hex | FF | 6E | 85 | 0 | 39 | 30 | 0 | 15E | 64 | 48 |
| Octal | 377 | 156 | 205 | 0 | 71 | 60 | 0 | 536 | 144 | 110 |
| Binary | 11111111 | 1101110 | 10000101 | 0 | 111001 | 110000 | 0 | 101011110 | 1100100 | 1001000 |
Color Harmonies of #FF6E85
Complementary color
Monochromatic Colors of #FF6E85
Black with #FF6E85
Text Example
Text Example
White with #FF6E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6E85; }
p { color: rgb(255,110,133); }
H1.HeaderClassName
{
color: #FF6E85;
}
.AnyTagClassName
{
color: #FF6E85;
}
</style>
background-color css
<style>
a { background-color: #FF6E85; }
a { background-color: rgb(255,110,133); }
div.DivClassName
{
background-color: #FF6E85;
}
.BgClassName
{
background-color: #FF6E85;
}
</style>
border-color css
<style>
span { border-color: #FF6E85; }
span { border-color: rgb(255,110,133); }
td.TdClassName
{
border-color: #FF6E85;
}
.TagClassName
{
border-color: #FF6E85;
}
</style>