Shades of Brink Pink #F56986
Tints of Brink Pink #F56986
RGB
CMYK
RGB Variations
Color information
#F56986 (or 0xF56986) is known color: Brink Pink. HEX triplet: F5, 69 and 86. RGB value is (245,105,134). Sum of RGB (Red+Green+Blue) = 245+105+134=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F56986 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56986 is #0A9679. Grayscale: #969696. Windows color (decimal): -693882 or 8808949. OLE color: 8808949.
HSL color Cylindrical-coordinate representation of color #F56986: hue angle of 347.57º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F56986 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 105 | 134 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.04 |
| HSL | 347.57º | 0.88% | 0.69% | - |
| HSV(B) | 347.57º | 0.57% | 0.96% | - |
| XYZ | 47.01 | 31.24 | 26.11 | - |
| YUV | 150.17 | 118.88 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 105 | 134 | 0 | 0.57 | 0.45 | 0.04 | 347.57 | 0.88 | 0.69 |
| Hex | F5 | 69 | 86 | 0 | 39 | 2D | 4 | 15C | 58 | 45 |
| Octal | 365 | 151 | 206 | 0 | 71 | 55 | 4 | 534 | 130 | 105 |
| Binary | 11110101 | 1101001 | 10000110 | 0 | 111001 | 101101 | 100 | 101011100 | 1011000 | 1000101 |
Color Harmonies of #F56986
Complementary color
Monochromatic Colors of #F56986
Black with #F56986
Text Example
Text Example
White with #F56986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56986; }
p { color: rgb(245,105,134); }
H1.HeaderClassName
{
color: #F56986;
}
.AnyTagClassName
{
color: #F56986;
}
</style>
background-color css
<style>
a { background-color: #F56986; }
a { background-color: rgb(245,105,134); }
div.DivClassName
{
background-color: #F56986;
}
.BgClassName
{
background-color: #F56986;
}
</style>
border-color css
<style>
span { border-color: #F56986; }
span { border-color: rgb(245,105,134); }
td.TdClassName
{
border-color: #F56986;
}
.TagClassName
{
border-color: #F56986;
}
</style>