Shades of Brink Pink #FF6885
Tints of Brink Pink #FF6885
RGB
CMYK
RGB Variations
Color information
#FF6885 (or 0xFF6885) is known color: Brink Pink. HEX triplet: FF, 68 and 85. RGB value is (255,104,133). Sum of RGB (Red+Green+Blue) = 255+104+133=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6885 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6885 is #00977A. Grayscale: #989898. Windows color (decimal): -38779 or 8743167. OLE color: 8743167.
HSL color Cylindrical-coordinate representation of color #FF6885: hue angle of 348.48º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF6885 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 133 | - |
| CMYK | 0 | 0.59 | 0.48 | 0 |
| HSL | 348.48º | 1% | 0.7% | - |
| HSV(B) | 348.48º | 0.59% | 1% | - |
| XYZ | 50.42 | 32.85 | 25.87 | - |
| YUV | 152.46 | 117.03 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 133 | 0 | 0.59 | 0.48 | 0 | 348.48 | 1 | 0.7 |
| Hex | FF | 68 | 85 | 0 | 3B | 30 | 0 | 15C | 64 | 46 |
| Octal | 377 | 150 | 205 | 0 | 73 | 60 | 0 | 534 | 144 | 106 |
| Binary | 11111111 | 1101000 | 10000101 | 0 | 111011 | 110000 | 0 | 101011100 | 1100100 | 1000110 |
Color Harmonies of #FF6885
Complementary color
Monochromatic Colors of #FF6885
Black with #FF6885
Text Example
Text Example
White with #FF6885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6885; }
p { color: rgb(255,104,133); }
H1.HeaderClassName
{
color: #FF6885;
}
.AnyTagClassName
{
color: #FF6885;
}
</style>
background-color css
<style>
a { background-color: #FF6885; }
a { background-color: rgb(255,104,133); }
div.DivClassName
{
background-color: #FF6885;
}
.BgClassName
{
background-color: #FF6885;
}
</style>
border-color css
<style>
span { border-color: #FF6885; }
span { border-color: rgb(255,104,133); }
td.TdClassName
{
border-color: #FF6885;
}
.TagClassName
{
border-color: #FF6885;
}
</style>