Shades of Brink Pink #F56580
Tints of Brink Pink #F56580
RGB
CMYK
RGB Variations
Color information
#F56580 (or 0xF56580) is known color: Brink Pink. HEX triplet: F5, 65 and 80. RGB value is (245,101,128). Sum of RGB (Red+Green+Blue) = 245+101+128=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F56580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56580 is #0A9A7F. Grayscale: #939393. Windows color (decimal): -694912 or 8414709. OLE color: 8414709.
HSL color Cylindrical-coordinate representation of color #F56580: hue angle of 348.75º 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 #F56580 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 128 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.04 |
| HSL | 348.75º | 0.88% | 0.68% | - |
| HSV(B) | 348.75º | 0.59% | 0.96% | - |
| XYZ | 46.21 | 30.28 | 23.83 | - |
| YUV | 147.13 | 117.21 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 128 | 0 | 0.59 | 0.48 | 0.04 | 348.75 | 0.88 | 0.68 |
| Hex | F5 | 65 | 80 | 0 | 3B | 30 | 4 | 15D | 58 | 44 |
| Octal | 365 | 145 | 200 | 0 | 73 | 60 | 4 | 535 | 130 | 104 |
| Binary | 11110101 | 1100101 | 10000000 | 0 | 111011 | 110000 | 100 | 101011101 | 1011000 | 1000100 |
Color Harmonies of #F56580
Complementary color
Monochromatic Colors of #F56580
Black with #F56580
Text Example
Text Example
White with #F56580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56580; }
p { color: rgb(245,101,128); }
H1.HeaderClassName
{
color: #F56580;
}
.AnyTagClassName
{
color: #F56580;
}
</style>
background-color css
<style>
a { background-color: #F56580; }
a { background-color: rgb(245,101,128); }
div.DivClassName
{
background-color: #F56580;
}
.BgClassName
{
background-color: #F56580;
}
</style>
border-color css
<style>
span { border-color: #F56580; }
span { border-color: rgb(245,101,128); }
td.TdClassName
{
border-color: #F56580;
}
.TagClassName
{
border-color: #F56580;
}
</style>