Shades of Brink Pink #F56879
Tints of Brink Pink #F56879
RGB
CMYK
RGB Variations
Color information
#F56879 (or 0xF56879) is known color: Brink Pink. HEX triplet: F5, 68 and 79. RGB value is (245,104,121). Sum of RGB (Red+Green+Blue) = 245+104+121=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F56879 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56879 is #0A9786. Grayscale: #949494. Windows color (decimal): -694151 or 7956725. OLE color: 7956725.
HSL color Cylindrical-coordinate representation of color #F56879: hue angle of 352.77º 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 #F56879 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 121 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.04 |
| HSL | 352.77º | 0.88% | 0.68% | - |
| HSV(B) | 352.77º | 0.58% | 0.96% | - |
| XYZ | 46.06 | 30.69 | 21.59 | - |
| YUV | 148.1 | 112.71 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 121 | 0 | 0.58 | 0.51 | 0.04 | 352.77 | 0.88 | 0.68 |
| Hex | F5 | 68 | 79 | 0 | 3A | 33 | 4 | 161 | 58 | 44 |
| Octal | 365 | 150 | 171 | 0 | 72 | 63 | 4 | 541 | 130 | 104 |
| Binary | 11110101 | 1101000 | 1111001 | 0 | 111010 | 110011 | 100 | 101100001 | 1011000 | 1000100 |
Color Harmonies of #F56879
Complementary color
Monochromatic Colors of #F56879
Black with #F56879
Text Example
Text Example
White with #F56879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56879; }
p { color: rgb(245,104,121); }
H1.HeaderClassName
{
color: #F56879;
}
.AnyTagClassName
{
color: #F56879;
}
</style>
background-color css
<style>
a { background-color: #F56879; }
a { background-color: rgb(245,104,121); }
div.DivClassName
{
background-color: #F56879;
}
.BgClassName
{
background-color: #F56879;
}
</style>
border-color css
<style>
span { border-color: #F56879; }
span { border-color: rgb(245,104,121); }
td.TdClassName
{
border-color: #F56879;
}
.TagClassName
{
border-color: #F56879;
}
</style>