Shades of Brink Pink #F56D82
Tints of Brink Pink #F56D82
RGB
CMYK
RGB Variations
Color information
#F56D82 (or 0xF56D82) is known color: Brink Pink. HEX triplet: F5, 6D and 82. RGB value is (245,109,130). Sum of RGB (Red+Green+Blue) = 245+109+130=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F56D82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56D82 is #0A927D. Grayscale: #989898. Windows color (decimal): -692862 or 8547829. OLE color: 8547829.
HSL color Cylindrical-coordinate representation of color #F56D82: hue angle of 350.74º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F56D82 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 109 | 130 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.04 |
| HSL | 350.74º | 0.87% | 0.69% | - |
| HSV(B) | 350.74º | 0.56% | 0.96% | - |
| XYZ | 47.15 | 31.96 | 24.8 | - |
| YUV | 152.06 | 115.56 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 109 | 130 | 0 | 0.56 | 0.47 | 0.04 | 350.74 | 0.87 | 0.69 |
| Hex | F5 | 6D | 82 | 0 | 38 | 2F | 4 | 15F | 57 | 45 |
| Octal | 365 | 155 | 202 | 0 | 70 | 57 | 4 | 537 | 127 | 105 |
| Binary | 11110101 | 1101101 | 10000010 | 0 | 111000 | 101111 | 100 | 101011111 | 1010111 | 1000101 |
Color Harmonies of #F56D82
Complementary color
Monochromatic Colors of #F56D82
Black with #F56D82
Text Example
Text Example
White with #F56D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56D82; }
p { color: rgb(245,109,130); }
H1.HeaderClassName
{
color: #F56D82;
}
.AnyTagClassName
{
color: #F56D82;
}
</style>
background-color css
<style>
a { background-color: #F56D82; }
a { background-color: rgb(245,109,130); }
div.DivClassName
{
background-color: #F56D82;
}
.BgClassName
{
background-color: #F56D82;
}
</style>
border-color css
<style>
span { border-color: #F56D82; }
span { border-color: rgb(245,109,130); }
td.TdClassName
{
border-color: #F56D82;
}
.TagClassName
{
border-color: #F56D82;
}
</style>