Shades of Brink Pink #F56286
Tints of Brink Pink #F56286
RGB
CMYK
RGB Variations
Color information
#F56286 (or 0xF56286) is known color: Brink Pink. HEX triplet: F5, 62 and 86. RGB value is (245,98,134). Sum of RGB (Red+Green+Blue) = 245+98+134=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F56286 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56286 is #0A9D79. Grayscale: #929292. Windows color (decimal): -695674 or 8807157. OLE color: 8807157.
HSL color Cylindrical-coordinate representation of color #F56286: hue angle of 345.31º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F56286 is Cyan = 0, Magento = 0.6, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 134 | - |
| CMYK | 0 | 0.6 | 0.45 | 0.04 |
| HSL | 345.31º | 0.88% | 0.67% | - |
| HSV(B) | 345.31º | 0.6% | 0.96% | - |
| XYZ | 46.33 | 29.87 | 25.88 | - |
| YUV | 146.06 | 121.2 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 134 | 0 | 0.6 | 0.45 | 0.04 | 345.31 | 0.88 | 0.67 |
| Hex | F5 | 62 | 86 | 0 | 3C | 2D | 4 | 159 | 58 | 43 |
| Octal | 365 | 142 | 206 | 0 | 74 | 55 | 4 | 531 | 130 | 103 |
| Binary | 11110101 | 1100010 | 10000110 | 0 | 111100 | 101101 | 100 | 101011001 | 1011000 | 1000011 |
Color Harmonies of #F56286
Complementary color
Monochromatic Colors of #F56286
Black with #F56286
Text Example
Text Example
White with #F56286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56286; }
p { color: rgb(245,98,134); }
H1.HeaderClassName
{
color: #F56286;
}
.AnyTagClassName
{
color: #F56286;
}
</style>
background-color css
<style>
a { background-color: #F56286; }
a { background-color: rgb(245,98,134); }
div.DivClassName
{
background-color: #F56286;
}
.BgClassName
{
background-color: #F56286;
}
</style>
border-color css
<style>
span { border-color: #F56286; }
span { border-color: rgb(245,98,134); }
td.TdClassName
{
border-color: #F56286;
}
.TagClassName
{
border-color: #F56286;
}
</style>