Shades of Brink Pink #F65982
Tints of Brink Pink #F65982
RGB
CMYK
RGB Variations
Color information
#F65982 (or 0xF65982) is known color: Brink Pink. HEX triplet: F6, 59 and 82. RGB value is (246,89,130). Sum of RGB (Red+Green+Blue) = 246+89+130=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F65982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65982 is #09A67D. Grayscale: #8C8C8C. Windows color (decimal): -632446 or 8542710. OLE color: 8542710.
HSL color Cylindrical-coordinate representation of color #F65982: hue angle of 344.33º 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 #F65982 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 89 | 130 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.04 |
| HSL | 344.33º | 0.9% | 0.66% | - |
| HSV(B) | 344.33º | 0.64% | 0.96% | - |
| XYZ | 45.61 | 28.35 | 24.19 | - |
| YUV | 140.62 | 122.01 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 89 | 130 | 0 | 0.64 | 0.47 | 0.04 | 344.33 | 0.9 | 0.66 |
| Hex | F6 | 59 | 82 | 0 | 40 | 2F | 4 | 158 | 5A | 42 |
| Octal | 366 | 131 | 202 | 0 | 100 | 57 | 4 | 530 | 132 | 102 |
| Binary | 11110110 | 1011001 | 10000010 | 0 | 1000000 | 101111 | 100 | 101011000 | 1011010 | 1000010 |
Color Harmonies of #F65982
Complementary color
Monochromatic Colors of #F65982
Black with #F65982
Text Example
Text Example
White with #F65982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65982; }
p { color: rgb(246,89,130); }
H1.HeaderClassName
{
color: #F65982;
}
.AnyTagClassName
{
color: #F65982;
}
</style>
background-color css
<style>
a { background-color: #F65982; }
a { background-color: rgb(246,89,130); }
div.DivClassName
{
background-color: #F65982;
}
.BgClassName
{
background-color: #F65982;
}
</style>
border-color css
<style>
span { border-color: #F65982; }
span { border-color: rgb(246,89,130); }
td.TdClassName
{
border-color: #F65982;
}
.TagClassName
{
border-color: #F65982;
}
</style>