Shades of Brink Pink #FF6C85
Tints of Brink Pink #FF6C85
RGB
CMYK
RGB Variations
Color information
#FF6C85 (or 0xFF6C85) is known color: Brink Pink. HEX triplet: FF, 6C and 85. RGB value is (255,108,133). Sum of RGB (Red+Green+Blue) = 255+108+133=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6C85 is #00937A. Grayscale: #9A9A9A. Windows color (decimal): -37755 or 8744191. OLE color: 8744191.
HSL color Cylindrical-coordinate representation of color #FF6C85: hue angle of 349.8º 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 #FF6C85 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 133 | - |
| CMYK | 0 | 0.58 | 0.48 | 0 |
| HSL | 349.8º | 1% | 0.71% | - |
| HSV(B) | 349.8º | 0.58% | 1% | - |
| XYZ | 50.84 | 33.68 | 26.01 | - |
| YUV | 154.8 | 115.7 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 133 | 0 | 0.58 | 0.48 | 0 | 349.8 | 1 | 0.71 |
| Hex | FF | 6C | 85 | 0 | 3A | 30 | 0 | 15E | 64 | 47 |
| Octal | 377 | 154 | 205 | 0 | 72 | 60 | 0 | 536 | 144 | 107 |
| Binary | 11111111 | 1101100 | 10000101 | 0 | 111010 | 110000 | 0 | 101011110 | 1100100 | 1000111 |
Color Harmonies of #FF6C85
Complementary color
Monochromatic Colors of #FF6C85
Black with #FF6C85
Text Example
Text Example
White with #FF6C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6C85; }
p { color: rgb(255,108,133); }
H1.HeaderClassName
{
color: #FF6C85;
}
.AnyTagClassName
{
color: #FF6C85;
}
</style>
background-color css
<style>
a { background-color: #FF6C85; }
a { background-color: rgb(255,108,133); }
div.DivClassName
{
background-color: #FF6C85;
}
.BgClassName
{
background-color: #FF6C85;
}
</style>
border-color css
<style>
span { border-color: #FF6C85; }
span { border-color: rgb(255,108,133); }
td.TdClassName
{
border-color: #FF6C85;
}
.TagClassName
{
border-color: #FF6C85;
}
</style>