Shades of Brink Pink #F56D7B
Tints of Brink Pink #F56D7B
RGB
CMYK
RGB Variations
Color information
#F56D7B (or 0xF56D7B) is known color: Brink Pink. HEX triplet: F5, 6D and 7B. RGB value is (245,109,123). Sum of RGB (Red+Green+Blue) = 245+109+123=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F56D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56D7B is #0A9284. Grayscale: #979797. Windows color (decimal): -692869 or 8089077. OLE color: 8089077.
HSL color Cylindrical-coordinate representation of color #F56D7B: hue angle of 353.82º 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 #F56D7B is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 109 | 123 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.04 |
| HSL | 353.82º | 0.87% | 0.69% | - |
| HSV(B) | 353.82º | 0.56% | 0.96% | - |
| XYZ | 46.7 | 31.78 | 22.41 | - |
| YUV | 151.26 | 112.06 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 109 | 123 | 0 | 0.56 | 0.50 | 0.04 | 353.82 | 0.87 | 0.69 |
| Hex | F5 | 6D | 7B | 0 | 38 | 32 | 4 | 162 | 57 | 45 |
| Octal | 365 | 155 | 173 | 0 | 70 | 62 | 4 | 542 | 127 | 105 |
| Binary | 11110101 | 1101101 | 1111011 | 0 | 111000 | 110010 | 100 | 101100010 | 1010111 | 1000101 |
Color Harmonies of #F56D7B
Complementary color
Monochromatic Colors of #F56D7B
Black with #F56D7B
Text Example
Text Example
White with #F56D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56D7B; }
p { color: rgb(245,109,123); }
H1.HeaderClassName
{
color: #F56D7B;
}
.AnyTagClassName
{
color: #F56D7B;
}
</style>
background-color css
<style>
a { background-color: #F56D7B; }
a { background-color: rgb(245,109,123); }
div.DivClassName
{
background-color: #F56D7B;
}
.BgClassName
{
background-color: #F56D7B;
}
</style>
border-color css
<style>
span { border-color: #F56D7B; }
span { border-color: rgb(245,109,123); }
td.TdClassName
{
border-color: #F56D7B;
}
.TagClassName
{
border-color: #F56D7B;
}
</style>