Shades of Brink Pink #F56083
Tints of Brink Pink #F56083
RGB
CMYK
RGB Variations
Color information
#F56083 (or 0xF56083) is known color: Brink Pink. HEX triplet: F5, 60 and 83. RGB value is (245,96,131). Sum of RGB (Red+Green+Blue) = 245+96+131=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F56083 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56083 is #0A9F7C. Grayscale: #909090. Windows color (decimal): -696189 or 8610037. OLE color: 8610037.
HSL color Cylindrical-coordinate representation of color #F56083: hue angle of 345.91º 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 #F56083 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 131 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.04 |
| HSL | 345.91º | 0.88% | 0.67% | - |
| HSV(B) | 345.91º | 0.61% | 0.96% | - |
| XYZ | 45.94 | 29.42 | 24.73 | - |
| YUV | 144.54 | 120.36 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 131 | 0 | 0.61 | 0.47 | 0.04 | 345.91 | 0.88 | 0.67 |
| Hex | F5 | 60 | 83 | 0 | 3D | 2F | 4 | 15A | 58 | 43 |
| Octal | 365 | 140 | 203 | 0 | 75 | 57 | 4 | 532 | 130 | 103 |
| Binary | 11110101 | 1100000 | 10000011 | 0 | 111101 | 101111 | 100 | 101011010 | 1011000 | 1000011 |
Color Harmonies of #F56083
Complementary color
Monochromatic Colors of #F56083
Black with #F56083
Text Example
Text Example
White with #F56083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56083; }
p { color: rgb(245,96,131); }
H1.HeaderClassName
{
color: #F56083;
}
.AnyTagClassName
{
color: #F56083;
}
</style>
background-color css
<style>
a { background-color: #F56083; }
a { background-color: rgb(245,96,131); }
div.DivClassName
{
background-color: #F56083;
}
.BgClassName
{
background-color: #F56083;
}
</style>
border-color css
<style>
span { border-color: #F56083; }
span { border-color: rgb(245,96,131); }
td.TdClassName
{
border-color: #F56083;
}
.TagClassName
{
border-color: #F56083;
}
</style>