Shades of Brink Pink #F56085
Tints of Brink Pink #F56085
RGB
CMYK
RGB Variations
Color information
#F56085 (or 0xF56085) is known color: Brink Pink. HEX triplet: F5, 60 and 85. RGB value is (245,96,133). Sum of RGB (Red+Green+Blue) = 245+96+133=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F56085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56085 is #0A9F7A. Grayscale: #909090. Windows color (decimal): -696187 or 8741109. OLE color: 8741109.
HSL color Cylindrical-coordinate representation of color #F56085: hue angle of 345.1º 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 #F56085 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 133 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.04 |
| HSL | 345.1º | 0.88% | 0.67% | - |
| HSV(B) | 345.1º | 0.61% | 0.96% | - |
| XYZ | 46.07 | 29.47 | 25.45 | - |
| YUV | 144.77 | 121.36 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 133 | 0 | 0.61 | 0.46 | 0.04 | 345.1 | 0.88 | 0.67 |
| Hex | F5 | 60 | 85 | 0 | 3D | 2E | 4 | 159 | 58 | 43 |
| Octal | 365 | 140 | 205 | 0 | 75 | 56 | 4 | 531 | 130 | 103 |
| Binary | 11110101 | 1100000 | 10000101 | 0 | 111101 | 101110 | 100 | 101011001 | 1011000 | 1000011 |
Color Harmonies of #F56085
Complementary color
Monochromatic Colors of #F56085
Black with #F56085
Text Example
Text Example
White with #F56085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56085; }
p { color: rgb(245,96,133); }
H1.HeaderClassName
{
color: #F56085;
}
.AnyTagClassName
{
color: #F56085;
}
</style>
background-color css
<style>
a { background-color: #F56085; }
a { background-color: rgb(245,96,133); }
div.DivClassName
{
background-color: #F56085;
}
.BgClassName
{
background-color: #F56085;
}
</style>
border-color css
<style>
span { border-color: #F56085; }
span { border-color: rgb(245,96,133); }
td.TdClassName
{
border-color: #F56085;
}
.TagClassName
{
border-color: #F56085;
}
</style>