Shades of Brink Pink #F56576
Tints of Brink Pink #F56576
RGB
CMYK
RGB Variations
Color information
#F56576 (or 0xF56576) is known color: Brink Pink. HEX triplet: F5, 65 and 76. RGB value is (245,101,118). Sum of RGB (Red+Green+Blue) = 245+101+118=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F56576 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56576 is #0A9A89. Grayscale: #929292. Windows color (decimal): -694922 or 7759349. OLE color: 7759349.
HSL color Cylindrical-coordinate representation of color #F56576: hue angle of 352.92º 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 #F56576 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 118 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.04 |
| HSL | 352.92º | 0.88% | 0.68% | - |
| HSV(B) | 352.92º | 0.59% | 0.96% | - |
| XYZ | 45.58 | 30.03 | 20.53 | - |
| YUV | 145.99 | 112.21 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 118 | 0 | 0.59 | 0.52 | 0.04 | 352.92 | 0.88 | 0.68 |
| Hex | F5 | 65 | 76 | 0 | 3B | 34 | 4 | 161 | 58 | 44 |
| Octal | 365 | 145 | 166 | 0 | 73 | 64 | 4 | 541 | 130 | 104 |
| Binary | 11110101 | 1100101 | 1110110 | 0 | 111011 | 110100 | 100 | 101100001 | 1011000 | 1000100 |
Color Harmonies of #F56576
Complementary color
Monochromatic Colors of #F56576
Black with #F56576
Text Example
Text Example
White with #F56576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56576; }
p { color: rgb(245,101,118); }
H1.HeaderClassName
{
color: #F56576;
}
.AnyTagClassName
{
color: #F56576;
}
</style>
background-color css
<style>
a { background-color: #F56576; }
a { background-color: rgb(245,101,118); }
div.DivClassName
{
background-color: #F56576;
}
.BgClassName
{
background-color: #F56576;
}
</style>
border-color css
<style>
span { border-color: #F56576; }
span { border-color: rgb(245,101,118); }
td.TdClassName
{
border-color: #F56576;
}
.TagClassName
{
border-color: #F56576;
}
</style>