Shades of Brink Pink #FF6B85
Tints of Brink Pink #FF6B85
RGB
CMYK
RGB Variations
Color information
#FF6B85 (or 0xFF6B85) is known color: Brink Pink. HEX triplet: FF, 6B and 85. RGB value is (255,107,133). Sum of RGB (Red+Green+Blue) = 255+107+133=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6B85 is #00947A. Grayscale: #9A9A9A. Windows color (decimal): -38011 or 8743935. OLE color: 8743935.
HSL color Cylindrical-coordinate representation of color #FF6B85: hue angle of 349.46º 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 #FF6B85 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 133 | - |
| CMYK | 0 | 0.58 | 0.48 | 0 |
| HSL | 349.46º | 1% | 0.71% | - |
| HSV(B) | 349.46º | 0.58% | 1% | - |
| XYZ | 50.73 | 33.47 | 25.98 | - |
| YUV | 154.22 | 116.03 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 133 | 0 | 0.58 | 0.48 | 0 | 349.46 | 1 | 0.71 |
| Hex | FF | 6B | 85 | 0 | 3A | 30 | 0 | 15D | 64 | 47 |
| Octal | 377 | 153 | 205 | 0 | 72 | 60 | 0 | 535 | 144 | 107 |
| Binary | 11111111 | 1101011 | 10000101 | 0 | 111010 | 110000 | 0 | 101011101 | 1100100 | 1000111 |
Color Harmonies of #FF6B85
Complementary color
Monochromatic Colors of #FF6B85
Black with #FF6B85
Text Example
Text Example
White with #FF6B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B85; }
p { color: rgb(255,107,133); }
H1.HeaderClassName
{
color: #FF6B85;
}
.AnyTagClassName
{
color: #FF6B85;
}
</style>
background-color css
<style>
a { background-color: #FF6B85; }
a { background-color: rgb(255,107,133); }
div.DivClassName
{
background-color: #FF6B85;
}
.BgClassName
{
background-color: #FF6B85;
}
</style>
border-color css
<style>
span { border-color: #FF6B85; }
span { border-color: rgb(255,107,133); }
td.TdClassName
{
border-color: #FF6B85;
}
.TagClassName
{
border-color: #FF6B85;
}
</style>