Shades of Brink Pink #FF6685
Tints of Brink Pink #FF6685
RGB
CMYK
RGB Variations
Color information
#FF6685 (or 0xFF6685) is known color: Brink Pink. HEX triplet: FF, 66 and 85. RGB value is (255,102,133). Sum of RGB (Red+Green+Blue) = 255+102+133=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6685 is #00997A. Grayscale: #979797. Windows color (decimal): -39291 or 8742655. OLE color: 8742655.
HSL color Cylindrical-coordinate representation of color #FF6685: hue angle of 347.84º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6685 is Cyan = 0, Magento = 0.6, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 133 | - |
| CMYK | 0 | 0.6 | 0.48 | 0 |
| HSL | 347.84º | 1% | 0.7% | - |
| HSV(B) | 347.84º | 0.6% | 1% | - |
| XYZ | 50.23 | 32.46 | 25.81 | - |
| YUV | 151.28 | 117.69 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 133 | 0 | 0.6 | 0.48 | 0 | 347.84 | 1 | 0.7 |
| Hex | FF | 66 | 85 | 0 | 3C | 30 | 0 | 15C | 64 | 46 |
| Octal | 377 | 146 | 205 | 0 | 74 | 60 | 0 | 534 | 144 | 106 |
| Binary | 11111111 | 1100110 | 10000101 | 0 | 111100 | 110000 | 0 | 101011100 | 1100100 | 1000110 |
Color Harmonies of #FF6685
Complementary color
Monochromatic Colors of #FF6685
Black with #FF6685
Text Example
Text Example
White with #FF6685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6685; }
p { color: rgb(255,102,133); }
H1.HeaderClassName
{
color: #FF6685;
}
.AnyTagClassName
{
color: #FF6685;
}
</style>
background-color css
<style>
a { background-color: #FF6685; }
a { background-color: rgb(255,102,133); }
div.DivClassName
{
background-color: #FF6685;
}
.BgClassName
{
background-color: #FF6685;
}
</style>
border-color css
<style>
span { border-color: #FF6685; }
span { border-color: rgb(255,102,133); }
td.TdClassName
{
border-color: #FF6685;
}
.TagClassName
{
border-color: #FF6685;
}
</style>