Shades of Brink Pink #F56082
Tints of Brink Pink #F56082
RGB
CMYK
RGB Variations
Color information
#F56082 (or 0xF56082) is known color: Brink Pink. HEX triplet: F5, 60 and 82. RGB value is (245,96,130). Sum of RGB (Red+Green+Blue) = 245+96+130=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F56082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56082 is #0A9F7D. Grayscale: #909090. Windows color (decimal): -696190 or 8544501. OLE color: 8544501.
HSL color Cylindrical-coordinate representation of color #F56082: hue angle of 346.31º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F56082 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 130 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.04 |
| HSL | 346.31º | 0.88% | 0.67% | - |
| HSV(B) | 346.31º | 0.61% | 0.96% | - |
| XYZ | 45.87 | 29.39 | 24.37 | - |
| YUV | 144.43 | 119.86 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 130 | 0 | 0.61 | 0.47 | 0.04 | 346.31 | 0.88 | 0.67 |
| Hex | F5 | 60 | 82 | 0 | 3D | 2F | 4 | 15A | 58 | 43 |
| Octal | 365 | 140 | 202 | 0 | 75 | 57 | 4 | 532 | 130 | 103 |
| Binary | 11110101 | 1100000 | 10000010 | 0 | 111101 | 101111 | 100 | 101011010 | 1011000 | 1000011 |
Color Harmonies of #F56082
Complementary color
Monochromatic Colors of #F56082
Black with #F56082
Text Example
Text Example
White with #F56082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56082; }
p { color: rgb(245,96,130); }
H1.HeaderClassName
{
color: #F56082;
}
.AnyTagClassName
{
color: #F56082;
}
</style>
background-color css
<style>
a { background-color: #F56082; }
a { background-color: rgb(245,96,130); }
div.DivClassName
{
background-color: #F56082;
}
.BgClassName
{
background-color: #F56082;
}
</style>
border-color css
<style>
span { border-color: #F56082; }
span { border-color: rgb(245,96,130); }
td.TdClassName
{
border-color: #F56082;
}
.TagClassName
{
border-color: #F56082;
}
</style>