Shades of Brink Pink #F56A8B
Tints of Brink Pink #F56A8B
RGB
CMYK
RGB Variations
Color information
#F56A8B (or 0xF56A8B) is known color: Brink Pink. HEX triplet: F5, 6A and 8B. RGB value is (245,106,139). Sum of RGB (Red+Green+Blue) = 245+106+139=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F56A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56A8B is #0A9574. Grayscale: #979797. Windows color (decimal): -693621 or 9136885. OLE color: 9136885.
HSL color Cylindrical-coordinate representation of color #F56A8B: hue angle of 345.76º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F56A8B is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 106 | 139 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.04 |
| HSL | 345.76º | 0.87% | 0.69% | - |
| HSV(B) | 345.76º | 0.57% | 0.96% | - |
| XYZ | 47.47 | 31.58 | 28.02 | - |
| YUV | 151.32 | 121.05 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 106 | 139 | 0 | 0.57 | 0.43 | 0.04 | 345.76 | 0.87 | 0.69 |
| Hex | F5 | 6A | 8B | 0 | 39 | 2B | 4 | 15A | 57 | 45 |
| Octal | 365 | 152 | 213 | 0 | 71 | 53 | 4 | 532 | 127 | 105 |
| Binary | 11110101 | 1101010 | 10001011 | 0 | 111001 | 101011 | 100 | 101011010 | 1010111 | 1000101 |
Color Harmonies of #F56A8B
Complementary color
Monochromatic Colors of #F56A8B
Black with #F56A8B
Text Example
Text Example
White with #F56A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56A8B; }
p { color: rgb(245,106,139); }
H1.HeaderClassName
{
color: #F56A8B;
}
.AnyTagClassName
{
color: #F56A8B;
}
</style>
background-color css
<style>
a { background-color: #F56A8B; }
a { background-color: rgb(245,106,139); }
div.DivClassName
{
background-color: #F56A8B;
}
.BgClassName
{
background-color: #F56A8B;
}
</style>
border-color css
<style>
span { border-color: #F56A8B; }
span { border-color: rgb(245,106,139); }
td.TdClassName
{
border-color: #F56A8B;
}
.TagClassName
{
border-color: #F56A8B;
}
</style>