Shades of Brink Pink #F56884
Tints of Brink Pink #F56884
RGB
CMYK
RGB Variations
Color information
#F56884 (or 0xF56884) is known color: Brink Pink. HEX triplet: F5, 68 and 84. RGB value is (245,104,132). Sum of RGB (Red+Green+Blue) = 245+104+132=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F56884 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56884 is #0A977B. Grayscale: #959595. Windows color (decimal): -694140 or 8677621. OLE color: 8677621.
HSL color Cylindrical-coordinate representation of color #F56884: hue angle of 348.09º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F56884 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 132 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.04 |
| HSL | 348.09º | 0.88% | 0.68% | - |
| HSV(B) | 348.09º | 0.58% | 0.96% | - |
| XYZ | 46.77 | 30.98 | 25.34 | - |
| YUV | 149.35 | 118.21 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 132 | 0 | 0.58 | 0.46 | 0.04 | 348.09 | 0.88 | 0.68 |
| Hex | F5 | 68 | 84 | 0 | 3A | 2E | 4 | 15C | 58 | 44 |
| Octal | 365 | 150 | 204 | 0 | 72 | 56 | 4 | 534 | 130 | 104 |
| Binary | 11110101 | 1101000 | 10000100 | 0 | 111010 | 101110 | 100 | 101011100 | 1011000 | 1000100 |
Color Harmonies of #F56884
Complementary color
Monochromatic Colors of #F56884
Black with #F56884
Text Example
Text Example
White with #F56884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56884; }
p { color: rgb(245,104,132); }
H1.HeaderClassName
{
color: #F56884;
}
.AnyTagClassName
{
color: #F56884;
}
</style>
background-color css
<style>
a { background-color: #F56884; }
a { background-color: rgb(245,104,132); }
div.DivClassName
{
background-color: #F56884;
}
.BgClassName
{
background-color: #F56884;
}
</style>
border-color css
<style>
span { border-color: #F56884; }
span { border-color: rgb(245,104,132); }
td.TdClassName
{
border-color: #F56884;
}
.TagClassName
{
border-color: #F56884;
}
</style>