Shades of Brink Pink #F65981
Tints of Brink Pink #F65981
RGB
CMYK
RGB Variations
Color information
#F65981 (or 0xF65981) is known color: Brink Pink. HEX triplet: F6, 59 and 81. RGB value is (246,89,129). Sum of RGB (Red+Green+Blue) = 246+89+129=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F65981 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65981 is #09A67E. Grayscale: #8C8C8C. Windows color (decimal): -632447 or 8477174. OLE color: 8477174.
HSL color Cylindrical-coordinate representation of color #F65981: hue angle of 344.71º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F65981 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 89 | 129 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.04 |
| HSL | 344.71º | 0.9% | 0.66% | - |
| HSV(B) | 344.71º | 0.64% | 0.96% | - |
| XYZ | 45.54 | 28.32 | 23.84 | - |
| YUV | 140.5 | 121.51 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 89 | 129 | 0 | 0.64 | 0.48 | 0.04 | 344.71 | 0.9 | 0.66 |
| Hex | F6 | 59 | 81 | 0 | 40 | 30 | 4 | 159 | 5A | 42 |
| Octal | 366 | 131 | 201 | 0 | 100 | 60 | 4 | 531 | 132 | 102 |
| Binary | 11110110 | 1011001 | 10000001 | 0 | 1000000 | 110000 | 100 | 101011001 | 1011010 | 1000010 |
Color Harmonies of #F65981
Complementary color
Monochromatic Colors of #F65981
Black with #F65981
Text Example
Text Example
White with #F65981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65981; }
p { color: rgb(246,89,129); }
H1.HeaderClassName
{
color: #F65981;
}
.AnyTagClassName
{
color: #F65981;
}
</style>
background-color css
<style>
a { background-color: #F65981; }
a { background-color: rgb(246,89,129); }
div.DivClassName
{
background-color: #F65981;
}
.BgClassName
{
background-color: #F65981;
}
</style>
border-color css
<style>
span { border-color: #F65981; }
span { border-color: rgb(246,89,129); }
td.TdClassName
{
border-color: #F65981;
}
.TagClassName
{
border-color: #F65981;
}
</style>