Shades of Brink Pink #F56584
Tints of Brink Pink #F56584
RGB
CMYK
RGB Variations
Color information
#F56584 (or 0xF56584) is known color: Brink Pink. HEX triplet: F5, 65 and 84. RGB value is (245,101,132). Sum of RGB (Red+Green+Blue) = 245+101+132=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F56584 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56584 is #0A9A7B. Grayscale: #939393. Windows color (decimal): -694908 or 8676853. OLE color: 8676853.
HSL color Cylindrical-coordinate representation of color #F56584: hue angle of 347.08º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F56584 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 132 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.04 |
| HSL | 347.08º | 0.88% | 0.68% | - |
| HSV(B) | 347.08º | 0.59% | 0.96% | - |
| XYZ | 46.47 | 30.39 | 25.25 | - |
| YUV | 147.59 | 119.21 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 132 | 0 | 0.59 | 0.46 | 0.04 | 347.08 | 0.88 | 0.68 |
| Hex | F5 | 65 | 84 | 0 | 3B | 2E | 4 | 15B | 58 | 44 |
| Octal | 365 | 145 | 204 | 0 | 73 | 56 | 4 | 533 | 130 | 104 |
| Binary | 11110101 | 1100101 | 10000100 | 0 | 111011 | 101110 | 100 | 101011011 | 1011000 | 1000100 |
Color Harmonies of #F56584
Complementary color
Monochromatic Colors of #F56584
Black with #F56584
Text Example
Text Example
White with #F56584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56584; }
p { color: rgb(245,101,132); }
H1.HeaderClassName
{
color: #F56584;
}
.AnyTagClassName
{
color: #F56584;
}
</style>
background-color css
<style>
a { background-color: #F56584; }
a { background-color: rgb(245,101,132); }
div.DivClassName
{
background-color: #F56584;
}
.BgClassName
{
background-color: #F56584;
}
</style>
border-color css
<style>
span { border-color: #F56584; }
span { border-color: rgb(245,101,132); }
td.TdClassName
{
border-color: #F56584;
}
.TagClassName
{
border-color: #F56584;
}
</style>