Shades of Brink Pink #FF6981
Tints of Brink Pink #FF6981
RGB
CMYK
RGB Variations
Color information
#FF6981 (or 0xFF6981) is known color: Brink Pink. HEX triplet: FF, 69 and 81. RGB value is (255,105,129). Sum of RGB (Red+Green+Blue) = 255+105+129=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6981 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6981 is #00967E. Grayscale: #989898. Windows color (decimal): -38527 or 8481279. OLE color: 8481279.
HSL color Cylindrical-coordinate representation of color #FF6981: hue angle of 350.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF6981 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 129 | - |
| CMYK | 0 | 0.59 | 0.49 | 0 |
| HSL | 350.4º | 1% | 0.71% | - |
| HSV(B) | 350.4º | 0.59% | 1% | - |
| XYZ | 50.25 | 32.95 | 24.48 | - |
| YUV | 152.59 | 114.7 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 129 | 0 | 0.59 | 0.49 | 0 | 350.4 | 1 | 0.71 |
| Hex | FF | 69 | 81 | 0 | 3B | 31 | 0 | 15E | 64 | 47 |
| Octal | 377 | 151 | 201 | 0 | 73 | 61 | 0 | 536 | 144 | 107 |
| Binary | 11111111 | 1101001 | 10000001 | 0 | 111011 | 110001 | 0 | 101011110 | 1100100 | 1000111 |
Color Harmonies of #FF6981
Complementary color
Monochromatic Colors of #FF6981
Black with #FF6981
Text Example
Text Example
White with #FF6981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6981; }
p { color: rgb(255,105,129); }
H1.HeaderClassName
{
color: #FF6981;
}
.AnyTagClassName
{
color: #FF6981;
}
</style>
background-color css
<style>
a { background-color: #FF6981; }
a { background-color: rgb(255,105,129); }
div.DivClassName
{
background-color: #FF6981;
}
.BgClassName
{
background-color: #FF6981;
}
</style>
border-color css
<style>
span { border-color: #FF6981; }
span { border-color: rgb(255,105,129); }
td.TdClassName
{
border-color: #FF6981;
}
.TagClassName
{
border-color: #FF6981;
}
</style>