Shades of Brink Pink #F56582
Tints of Brink Pink #F56582
RGB
CMYK
RGB Variations
Color information
#F56582 (or 0xF56582) is known color: Brink Pink. HEX triplet: F5, 65 and 82. RGB value is (245,101,130). Sum of RGB (Red+Green+Blue) = 245+101+130=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F56582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56582 is #0A9A7D. Grayscale: #939393. Windows color (decimal): -694910 or 8545781. OLE color: 8545781.
HSL color Cylindrical-coordinate representation of color #F56582: hue angle of 347.92º 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 #F56582 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 130 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.04 |
| HSL | 347.92º | 0.88% | 0.68% | - |
| HSV(B) | 347.92º | 0.59% | 0.96% | - |
| XYZ | 46.34 | 30.33 | 24.53 | - |
| YUV | 147.36 | 118.21 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 130 | 0 | 0.59 | 0.47 | 0.04 | 347.92 | 0.88 | 0.68 |
| Hex | F5 | 65 | 82 | 0 | 3B | 2F | 4 | 15C | 58 | 44 |
| Octal | 365 | 145 | 202 | 0 | 73 | 57 | 4 | 534 | 130 | 104 |
| Binary | 11110101 | 1100101 | 10000010 | 0 | 111011 | 101111 | 100 | 101011100 | 1011000 | 1000100 |
Color Harmonies of #F56582
Complementary color
Monochromatic Colors of #F56582
Black with #F56582
Text Example
Text Example
White with #F56582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56582; }
p { color: rgb(245,101,130); }
H1.HeaderClassName
{
color: #F56582;
}
.AnyTagClassName
{
color: #F56582;
}
</style>
background-color css
<style>
a { background-color: #F56582; }
a { background-color: rgb(245,101,130); }
div.DivClassName
{
background-color: #F56582;
}
.BgClassName
{
background-color: #F56582;
}
</style>
border-color css
<style>
span { border-color: #F56582; }
span { border-color: rgb(245,101,130); }
td.TdClassName
{
border-color: #F56582;
}
.TagClassName
{
border-color: #F56582;
}
</style>