Shades of Brink Pink #F56B8C
Tints of Brink Pink #F56B8C
RGB
CMYK
RGB Variations
Color information
#F56B8C (or 0xF56B8C) is known color: Brink Pink. HEX triplet: F5, 6B and 8C. RGB value is (245,107,140). Sum of RGB (Red+Green+Blue) = 245+107+140=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F56B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56B8C is #0A9473. Grayscale: #989898. Windows color (decimal): -693364 or 9202677. OLE color: 9202677.
HSL color Cylindrical-coordinate representation of color #F56B8C: hue angle of 345.65º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F56B8C is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 107 | 140 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.04 |
| HSL | 345.65º | 0.87% | 0.69% | - |
| HSV(B) | 345.65º | 0.56% | 0.96% | - |
| XYZ | 47.65 | 31.82 | 28.44 | - |
| YUV | 152.02 | 121.22 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 107 | 140 | 0 | 0.56 | 0.43 | 0.04 | 345.65 | 0.87 | 0.69 |
| Hex | F5 | 6B | 8C | 0 | 38 | 2B | 4 | 15A | 57 | 45 |
| Octal | 365 | 153 | 214 | 0 | 70 | 53 | 4 | 532 | 127 | 105 |
| Binary | 11110101 | 1101011 | 10001100 | 0 | 111000 | 101011 | 100 | 101011010 | 1010111 | 1000101 |
Color Harmonies of #F56B8C
Complementary color
Monochromatic Colors of #F56B8C
Black with #F56B8C
Text Example
Text Example
White with #F56B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56B8C; }
p { color: rgb(245,107,140); }
H1.HeaderClassName
{
color: #F56B8C;
}
.AnyTagClassName
{
color: #F56B8C;
}
</style>
background-color css
<style>
a { background-color: #F56B8C; }
a { background-color: rgb(245,107,140); }
div.DivClassName
{
background-color: #F56B8C;
}
.BgClassName
{
background-color: #F56B8C;
}
</style>
border-color css
<style>
span { border-color: #F56B8C; }
span { border-color: rgb(245,107,140); }
td.TdClassName
{
border-color: #F56B8C;
}
.TagClassName
{
border-color: #F56B8C;
}
</style>