Shades of Brink Pink #FF6877
Tints of Brink Pink #FF6877
RGB
CMYK
RGB Variations
Color information
#FF6877 (or 0xFF6877) is known color: Brink Pink. HEX triplet: FF, 68 and 77. RGB value is (255,104,119). Sum of RGB (Red+Green+Blue) = 255+104+119=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6877 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6877 is #009788. Grayscale: #969696. Windows color (decimal): -38793 or 7825663. OLE color: 7825663.
HSL color Cylindrical-coordinate representation of color #FF6877: hue angle of 354.04º 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 #FF6877 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 119 | - |
| CMYK | 0 | 0.59 | 0.53 | 0 |
| HSL | 354.04º | 1% | 0.7% | - |
| HSV(B) | 354.04º | 0.59% | 1% | - |
| XYZ | 49.52 | 32.49 | 21.11 | - |
| YUV | 150.86 | 110.03 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 119 | 0 | 0.59 | 0.53 | 0 | 354.04 | 1 | 0.7 |
| Hex | FF | 68 | 77 | 0 | 3B | 35 | 0 | 162 | 64 | 46 |
| Octal | 377 | 150 | 167 | 0 | 73 | 65 | 0 | 542 | 144 | 106 |
| Binary | 11111111 | 1101000 | 1110111 | 0 | 111011 | 110101 | 0 | 101100010 | 1100100 | 1000110 |
Color Harmonies of #FF6877
Complementary color
Monochromatic Colors of #FF6877
Black with #FF6877
Text Example
Text Example
White with #FF6877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6877; }
p { color: rgb(255,104,119); }
H1.HeaderClassName
{
color: #FF6877;
}
.AnyTagClassName
{
color: #FF6877;
}
</style>
background-color css
<style>
a { background-color: #FF6877; }
a { background-color: rgb(255,104,119); }
div.DivClassName
{
background-color: #FF6877;
}
.BgClassName
{
background-color: #FF6877;
}
</style>
border-color css
<style>
span { border-color: #FF6877; }
span { border-color: rgb(255,104,119); }
td.TdClassName
{
border-color: #FF6877;
}
.TagClassName
{
border-color: #FF6877;
}
</style>