Shades of Brink Pink #F56282
Tints of Brink Pink #F56282
RGB
CMYK
RGB Variations
Color information
#F56282 (or 0xF56282) is known color: Brink Pink. HEX triplet: F5, 62 and 82. RGB value is (245,98,130). Sum of RGB (Red+Green+Blue) = 245+98+130=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F56282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56282 is #0A9D7D. Grayscale: #919191. Windows color (decimal): -695678 or 8545013. OLE color: 8545013.
HSL color Cylindrical-coordinate representation of color #F56282: hue angle of 346.94º 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 #F56282 is Cyan = 0, Magento = 0.6, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 130 | - |
| CMYK | 0 | 0.6 | 0.47 | 0.04 |
| HSL | 346.94º | 0.88% | 0.67% | - |
| HSV(B) | 346.94º | 0.6% | 0.96% | - |
| XYZ | 46.05 | 29.76 | 24.44 | - |
| YUV | 145.6 | 119.2 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 130 | 0 | 0.6 | 0.47 | 0.04 | 346.94 | 0.88 | 0.67 |
| Hex | F5 | 62 | 82 | 0 | 3C | 2F | 4 | 15B | 58 | 43 |
| Octal | 365 | 142 | 202 | 0 | 74 | 57 | 4 | 533 | 130 | 103 |
| Binary | 11110101 | 1100010 | 10000010 | 0 | 111100 | 101111 | 100 | 101011011 | 1011000 | 1000011 |
Color Harmonies of #F56282
Complementary color
Monochromatic Colors of #F56282
Black with #F56282
Text Example
Text Example
White with #F56282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56282; }
p { color: rgb(245,98,130); }
H1.HeaderClassName
{
color: #F56282;
}
.AnyTagClassName
{
color: #F56282;
}
</style>
background-color css
<style>
a { background-color: #F56282; }
a { background-color: rgb(245,98,130); }
div.DivClassName
{
background-color: #F56282;
}
.BgClassName
{
background-color: #F56282;
}
</style>
border-color css
<style>
span { border-color: #F56282; }
span { border-color: rgb(245,98,130); }
td.TdClassName
{
border-color: #F56282;
}
.TagClassName
{
border-color: #F56282;
}
</style>