Shades of Brink Pink #FF7681
Tints of Brink Pink #FF7681
RGB
CMYK
RGB Variations
Color information
#FF7681 (or 0xFF7681) is known color: Brink Pink. HEX triplet: FF, 76 and 81. RGB value is (255,118,129). Sum of RGB (Red+Green+Blue) = 255+118+129=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7681 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7681 is #00897E. Grayscale: #A0A0A0. Windows color (decimal): -35199 or 8484607. OLE color: 8484607.
HSL color Cylindrical-coordinate representation of color #FF7681: hue angle of 355.18º 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 #FF7681 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 129 | - |
| CMYK | 0 | 0.54 | 0.49 | 0 |
| HSL | 355.18º | 1% | 0.73% | - |
| HSV(B) | 355.18º | 0.54% | 1% | - |
| XYZ | 51.68 | 35.8 | 24.96 | - |
| YUV | 160.22 | 110.39 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 129 | 0 | 0.54 | 0.49 | 0 | 355.18 | 1 | 0.73 |
| Hex | FF | 76 | 81 | 0 | 36 | 31 | 0 | 163 | 64 | 49 |
| Octal | 377 | 166 | 201 | 0 | 66 | 61 | 0 | 543 | 144 | 111 |
| Binary | 11111111 | 1110110 | 10000001 | 0 | 110110 | 110001 | 0 | 101100011 | 1100100 | 1001001 |
Color Harmonies of #FF7681
Complementary color
Monochromatic Colors of #FF7681
Black with #FF7681
Text Example
Text Example
White with #FF7681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7681; }
p { color: rgb(255,118,129); }
H1.HeaderClassName
{
color: #FF7681;
}
.AnyTagClassName
{
color: #FF7681;
}
</style>
background-color css
<style>
a { background-color: #FF7681; }
a { background-color: rgb(255,118,129); }
div.DivClassName
{
background-color: #FF7681;
}
.BgClassName
{
background-color: #FF7681;
}
</style>
border-color css
<style>
span { border-color: #FF7681; }
span { border-color: rgb(255,118,129); }
td.TdClassName
{
border-color: #FF7681;
}
.TagClassName
{
border-color: #FF7681;
}
</style>