Shades of Brink Pink #FF7684
Tints of Brink Pink #FF7684
RGB
CMYK
RGB Variations
Color information
#FF7684 (or 0xFF7684) is known color: Brink Pink. HEX triplet: FF, 76 and 84. RGB value is (255,118,132). Sum of RGB (Red+Green+Blue) = 255+118+132=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 132 (51.95% from 255 or 26.14% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7684 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7684 is #00897B. Grayscale: #A0A0A0. Windows color (decimal): -35196 or 8681215. OLE color: 8681215.
HSL color Cylindrical-coordinate representation of color #FF7684: hue angle of 353.87º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF7684 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 132 | - |
| CMYK | 0 | 0.54 | 0.48 | 0 |
| HSL | 353.87º | 1% | 0.73% | - |
| HSV(B) | 353.87º | 0.54% | 1% | - |
| XYZ | 51.88 | 35.88 | 26.02 | - |
| YUV | 160.56 | 111.89 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 132 | 0 | 0.54 | 0.48 | 0 | 353.87 | 1 | 0.73 |
| Hex | FF | 76 | 84 | 0 | 36 | 30 | 0 | 162 | 64 | 49 |
| Octal | 377 | 166 | 204 | 0 | 66 | 60 | 0 | 542 | 144 | 111 |
| Binary | 11111111 | 1110110 | 10000100 | 0 | 110110 | 110000 | 0 | 101100010 | 1100100 | 1001001 |
Color Harmonies of #FF7684
Complementary color
Monochromatic Colors of #FF7684
Black with #FF7684
Text Example
Text Example
White with #FF7684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7684; }
p { color: rgb(255,118,132); }
H1.HeaderClassName
{
color: #FF7684;
}
.AnyTagClassName
{
color: #FF7684;
}
</style>
background-color css
<style>
a { background-color: #FF7684; }
a { background-color: rgb(255,118,132); }
div.DivClassName
{
background-color: #FF7684;
}
.BgClassName
{
background-color: #FF7684;
}
</style>
border-color css
<style>
span { border-color: #FF7684; }
span { border-color: rgb(255,118,132); }
td.TdClassName
{
border-color: #FF7684;
}
.TagClassName
{
border-color: #FF7684;
}
</style>