Shades of Brink Pink #F56577
Tints of Brink Pink #F56577
RGB
CMYK
RGB Variations
Color information
#F56577 (or 0xF56577) is known color: Brink Pink. HEX triplet: F5, 65 and 77. RGB value is (245,101,119). Sum of RGB (Red+Green+Blue) = 245+101+119=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F56577 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56577 is #0A9A88. Grayscale: #929292. Windows color (decimal): -694921 or 7824885. OLE color: 7824885.
HSL color Cylindrical-coordinate representation of color #F56577: hue angle of 352.5º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F56577 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 119 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.04 |
| HSL | 352.5º | 0.88% | 0.68% | - |
| HSV(B) | 352.5º | 0.59% | 0.96% | - |
| XYZ | 45.64 | 30.05 | 20.85 | - |
| YUV | 146.11 | 112.71 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 119 | 0 | 0.59 | 0.51 | 0.04 | 352.5 | 0.88 | 0.68 |
| Hex | F5 | 65 | 77 | 0 | 3B | 33 | 4 | 160 | 58 | 44 |
| Octal | 365 | 145 | 167 | 0 | 73 | 63 | 4 | 540 | 130 | 104 |
| Binary | 11110101 | 1100101 | 1110111 | 0 | 111011 | 110011 | 100 | 101100000 | 1011000 | 1000100 |
Color Harmonies of #F56577
Complementary color
Monochromatic Colors of #F56577
Black with #F56577
Text Example
Text Example
White with #F56577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56577; }
p { color: rgb(245,101,119); }
H1.HeaderClassName
{
color: #F56577;
}
.AnyTagClassName
{
color: #F56577;
}
</style>
background-color css
<style>
a { background-color: #F56577; }
a { background-color: rgb(245,101,119); }
div.DivClassName
{
background-color: #F56577;
}
.BgClassName
{
background-color: #F56577;
}
</style>
border-color css
<style>
span { border-color: #F56577; }
span { border-color: rgb(245,101,119); }
td.TdClassName
{
border-color: #F56577;
}
.TagClassName
{
border-color: #F56577;
}
</style>