Shades of Brink Pink #F56A7C
Tints of Brink Pink #F56A7C
RGB
CMYK
RGB Variations
Color information
#F56A7C (or 0xF56A7C) is known color: Brink Pink. HEX triplet: F5, 6A and 7C. RGB value is (245,106,124). Sum of RGB (Red+Green+Blue) = 245+106+124=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F56A7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56A7C is #0A9583. Grayscale: #959595. Windows color (decimal): -693636 or 8153845. OLE color: 8153845.
HSL color Cylindrical-coordinate representation of color #F56A7C: hue angle of 352.23º 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 #F56A7C is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 106 | 124 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.04 |
| HSL | 352.23º | 0.87% | 0.69% | - |
| HSV(B) | 352.23º | 0.57% | 0.96% | - |
| XYZ | 46.45 | 31.18 | 22.64 | - |
| YUV | 149.61 | 113.55 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 106 | 124 | 0 | 0.57 | 0.49 | 0.04 | 352.23 | 0.87 | 0.69 |
| Hex | F5 | 6A | 7C | 0 | 39 | 31 | 4 | 160 | 57 | 45 |
| Octal | 365 | 152 | 174 | 0 | 71 | 61 | 4 | 540 | 127 | 105 |
| Binary | 11110101 | 1101010 | 1111100 | 0 | 111001 | 110001 | 100 | 101100000 | 1010111 | 1000101 |
Color Harmonies of #F56A7C
Complementary color
Monochromatic Colors of #F56A7C
Black with #F56A7C
Text Example
Text Example
White with #F56A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56A7C; }
p { color: rgb(245,106,124); }
H1.HeaderClassName
{
color: #F56A7C;
}
.AnyTagClassName
{
color: #F56A7C;
}
</style>
background-color css
<style>
a { background-color: #F56A7C; }
a { background-color: rgb(245,106,124); }
div.DivClassName
{
background-color: #F56A7C;
}
.BgClassName
{
background-color: #F56A7C;
}
</style>
border-color css
<style>
span { border-color: #F56A7C; }
span { border-color: rgb(245,106,124); }
td.TdClassName
{
border-color: #F56A7C;
}
.TagClassName
{
border-color: #F56A7C;
}
</style>