Shades of Brink Pink #FF6887
Tints of Brink Pink #FF6887
RGB
CMYK
RGB Variations
Color information
#FF6887 (or 0xFF6887) is known color: Brink Pink. HEX triplet: FF, 68 and 87. RGB value is (255,104,135). Sum of RGB (Red+Green+Blue) = 255+104+135=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 135 (53.12% from 255 or 27.33% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6887 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6887 is #009778. Grayscale: #989898. Windows color (decimal): -38777 or 8874239. OLE color: 8874239.
HSL color Cylindrical-coordinate representation of color #FF6887: hue angle of 347.68º 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 #FF6887 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 135 | - |
| CMYK | 0 | 0.59 | 0.47 | 0 |
| HSL | 347.68º | 1% | 0.7% | - |
| HSV(B) | 347.68º | 0.59% | 1% | - |
| XYZ | 50.56 | 32.91 | 26.61 | - |
| YUV | 152.68 | 118.03 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 135 | 0 | 0.59 | 0.47 | 0 | 347.68 | 1 | 0.7 |
| Hex | FF | 68 | 87 | 0 | 3B | 2F | 0 | 15C | 64 | 46 |
| Octal | 377 | 150 | 207 | 0 | 73 | 57 | 0 | 534 | 144 | 106 |
| Binary | 11111111 | 1101000 | 10000111 | 0 | 111011 | 101111 | 0 | 101011100 | 1100100 | 1000110 |
Color Harmonies of #FF6887
Complementary color
Monochromatic Colors of #FF6887
Black with #FF6887
Text Example
Text Example
White with #FF6887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6887; }
p { color: rgb(255,104,135); }
H1.HeaderClassName
{
color: #FF6887;
}
.AnyTagClassName
{
color: #FF6887;
}
</style>
background-color css
<style>
a { background-color: #FF6887; }
a { background-color: rgb(255,104,135); }
div.DivClassName
{
background-color: #FF6887;
}
.BgClassName
{
background-color: #FF6887;
}
</style>
border-color css
<style>
span { border-color: #FF6887; }
span { border-color: rgb(255,104,135); }
td.TdClassName
{
border-color: #FF6887;
}
.TagClassName
{
border-color: #FF6887;
}
</style>