Shades of Brink Pink #F56578
Tints of Brink Pink #F56578
RGB
CMYK
RGB Variations
Color information
#F56578 (or 0xF56578) is known color: Brink Pink. HEX triplet: F5, 65 and 78. RGB value is (245,101,120). Sum of RGB (Red+Green+Blue) = 245+101+120=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F56578 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56578 is #0A9A87. Grayscale: #929292. Windows color (decimal): -694920 or 7890421. OLE color: 7890421.
HSL color Cylindrical-coordinate representation of color #F56578: hue angle of 352.08º 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 #F56578 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 120 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.04 |
| HSL | 352.08º | 0.88% | 0.68% | - |
| HSV(B) | 352.08º | 0.59% | 0.96% | - |
| XYZ | 45.7 | 30.08 | 21.17 | - |
| YUV | 146.22 | 113.21 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 120 | 0 | 0.59 | 0.51 | 0.04 | 352.08 | 0.88 | 0.68 |
| Hex | F5 | 65 | 78 | 0 | 3B | 33 | 4 | 160 | 58 | 44 |
| Octal | 365 | 145 | 170 | 0 | 73 | 63 | 4 | 540 | 130 | 104 |
| Binary | 11110101 | 1100101 | 1111000 | 0 | 111011 | 110011 | 100 | 101100000 | 1011000 | 1000100 |
Color Harmonies of #F56578
Complementary color
Monochromatic Colors of #F56578
Black with #F56578
Text Example
Text Example
White with #F56578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56578; }
p { color: rgb(245,101,120); }
H1.HeaderClassName
{
color: #F56578;
}
.AnyTagClassName
{
color: #F56578;
}
</style>
background-color css
<style>
a { background-color: #F56578; }
a { background-color: rgb(245,101,120); }
div.DivClassName
{
background-color: #F56578;
}
.BgClassName
{
background-color: #F56578;
}
</style>
border-color css
<style>
span { border-color: #F56578; }
span { border-color: rgb(245,101,120); }
td.TdClassName
{
border-color: #F56578;
}
.TagClassName
{
border-color: #F56578;
}
</style>