Shades of Brink Pink #F56880
Tints of Brink Pink #F56880
RGB
CMYK
RGB Variations
Color information
#F56880 (or 0xF56880) is known color: Brink Pink. HEX triplet: F5, 68 and 80. RGB value is (245,104,128). Sum of RGB (Red+Green+Blue) = 245+104+128=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F56880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56880 is #0A977F. Grayscale: #949494. Windows color (decimal): -694144 or 8415477. OLE color: 8415477.
HSL color Cylindrical-coordinate representation of color #F56880: hue angle of 349.79º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F56880 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 128 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.04 |
| HSL | 349.79º | 0.88% | 0.68% | - |
| HSV(B) | 349.79º | 0.58% | 0.96% | - |
| XYZ | 46.5 | 30.87 | 23.93 | - |
| YUV | 148.9 | 116.21 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 128 | 0 | 0.58 | 0.48 | 0.04 | 349.79 | 0.88 | 0.68 |
| Hex | F5 | 68 | 80 | 0 | 3A | 30 | 4 | 15E | 58 | 44 |
| Octal | 365 | 150 | 200 | 0 | 72 | 60 | 4 | 536 | 130 | 104 |
| Binary | 11110101 | 1101000 | 10000000 | 0 | 111010 | 110000 | 100 | 101011110 | 1011000 | 1000100 |
Color Harmonies of #F56880
Complementary color
Monochromatic Colors of #F56880
Black with #F56880
Text Example
Text Example
White with #F56880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56880; }
p { color: rgb(245,104,128); }
H1.HeaderClassName
{
color: #F56880;
}
.AnyTagClassName
{
color: #F56880;
}
</style>
background-color css
<style>
a { background-color: #F56880; }
a { background-color: rgb(245,104,128); }
div.DivClassName
{
background-color: #F56880;
}
.BgClassName
{
background-color: #F56880;
}
</style>
border-color css
<style>
span { border-color: #F56880; }
span { border-color: rgb(245,104,128); }
td.TdClassName
{
border-color: #F56880;
}
.TagClassName
{
border-color: #F56880;
}
</style>