Shades of Brink Pink #FF7981
Tints of Brink Pink #FF7981
RGB
CMYK
RGB Variations
Color information
#FF7981 (or 0xFF7981) is known color: Brink Pink. HEX triplet: FF, 79 and 81. RGB value is (255,121,129). Sum of RGB (Red+Green+Blue) = 255+121+129=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 129 (50.78% from 255 or 25.54% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7981 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7981 is #00867E. Grayscale: #A2A2A2. Windows color (decimal): -34431 or 8485375. OLE color: 8485375.
HSL color Cylindrical-coordinate representation of color #FF7981: hue angle of 356.42º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF7981 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 129 | - |
| CMYK | 0 | 0.53 | 0.49 | 0 |
| HSL | 356.42º | 1% | 0.74% | - |
| HSV(B) | 356.42º | 0.53% | 1% | - |
| XYZ | 52.04 | 36.52 | 25.08 | - |
| YUV | 161.98 | 109.39 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 129 | 0 | 0.53 | 0.49 | 0 | 356.42 | 1 | 0.74 |
| Hex | FF | 79 | 81 | 0 | 35 | 31 | 0 | 164 | 64 | 4A |
| Octal | 377 | 171 | 201 | 0 | 65 | 61 | 0 | 544 | 144 | 112 |
| Binary | 11111111 | 1111001 | 10000001 | 0 | 110101 | 110001 | 0 | 101100100 | 1100100 | 1001010 |
Color Harmonies of #FF7981
Complementary color
Monochromatic Colors of #FF7981
Black with #FF7981
Text Example
Text Example
White with #FF7981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7981; }
p { color: rgb(255,121,129); }
H1.HeaderClassName
{
color: #FF7981;
}
.AnyTagClassName
{
color: #FF7981;
}
</style>
background-color css
<style>
a { background-color: #FF7981; }
a { background-color: rgb(255,121,129); }
div.DivClassName
{
background-color: #FF7981;
}
.BgClassName
{
background-color: #FF7981;
}
</style>
border-color css
<style>
span { border-color: #FF7981; }
span { border-color: rgb(255,121,129); }
td.TdClassName
{
border-color: #FF7981;
}
.TagClassName
{
border-color: #FF7981;
}
</style>