Shades of Brink Pink #F65785
Tints of Brink Pink #F65785
RGB
CMYK
RGB Variations
Color information
#F65785 (or 0xF65785) is known color: Brink Pink. HEX triplet: F6, 57 and 85. RGB value is (246,87,133). Sum of RGB (Red+Green+Blue) = 246+87+133=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F65785 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65785 is #09A87A. Grayscale: #8B8B8B. Windows color (decimal): -632955 or 8738806. OLE color: 8738806.
HSL color Cylindrical-coordinate representation of color #F65785: hue angle of 342.64º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F65785 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 87 | 133 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.04 |
| HSL | 342.64º | 0.9% | 0.65% | - |
| HSV(B) | 342.64º | 0.65% | 0.96% | - |
| XYZ | 45.65 | 28.1 | 25.21 | - |
| YUV | 139.79 | 124.18 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 87 | 133 | 0 | 0.65 | 0.46 | 0.04 | 342.64 | 0.9 | 0.65 |
| Hex | F6 | 57 | 85 | 0 | 41 | 2E | 4 | 157 | 5A | 41 |
| Octal | 366 | 127 | 205 | 0 | 101 | 56 | 4 | 527 | 132 | 101 |
| Binary | 11110110 | 1010111 | 10000101 | 0 | 1000001 | 101110 | 100 | 101010111 | 1011010 | 1000001 |
Color Harmonies of #F65785
Complementary color
Monochromatic Colors of #F65785
Black with #F65785
Text Example
Text Example
White with #F65785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65785; }
p { color: rgb(246,87,133); }
H1.HeaderClassName
{
color: #F65785;
}
.AnyTagClassName
{
color: #F65785;
}
</style>
background-color css
<style>
a { background-color: #F65785; }
a { background-color: rgb(246,87,133); }
div.DivClassName
{
background-color: #F65785;
}
.BgClassName
{
background-color: #F65785;
}
</style>
border-color css
<style>
span { border-color: #F65785; }
span { border-color: rgb(246,87,133); }
td.TdClassName
{
border-color: #F65785;
}
.TagClassName
{
border-color: #F65785;
}
</style>