Shades of Brink Pink #F56379
Tints of Brink Pink #F56379
RGB
CMYK
RGB Variations
Color information
#F56379 (or 0xF56379) is known color: Brink Pink. HEX triplet: F5, 63 and 79. RGB value is (245,99,121). Sum of RGB (Red+Green+Blue) = 245+99+121=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F56379 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56379 is #0A9C86. Grayscale: #919191. Windows color (decimal): -695431 or 7955445. OLE color: 7955445.
HSL color Cylindrical-coordinate representation of color #F56379: hue angle of 350.96º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F56379 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 121 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.04 |
| HSL | 350.96º | 0.88% | 0.67% | - |
| HSV(B) | 350.96º | 0.6% | 0.96% | - |
| XYZ | 45.57 | 29.72 | 21.42 | - |
| YUV | 145.16 | 114.37 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 121 | 0 | 0.60 | 0.51 | 0.04 | 350.96 | 0.88 | 0.67 |
| Hex | F5 | 63 | 79 | 0 | 3C | 33 | 4 | 15F | 58 | 43 |
| Octal | 365 | 143 | 171 | 0 | 74 | 63 | 4 | 537 | 130 | 103 |
| Binary | 11110101 | 1100011 | 1111001 | 0 | 111100 | 110011 | 100 | 101011111 | 1011000 | 1000011 |
Color Harmonies of #F56379
Complementary color
Monochromatic Colors of #F56379
Black with #F56379
Text Example
Text Example
White with #F56379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56379; }
p { color: rgb(245,99,121); }
H1.HeaderClassName
{
color: #F56379;
}
.AnyTagClassName
{
color: #F56379;
}
</style>
background-color css
<style>
a { background-color: #F56379; }
a { background-color: rgb(245,99,121); }
div.DivClassName
{
background-color: #F56379;
}
.BgClassName
{
background-color: #F56379;
}
</style>
border-color css
<style>
span { border-color: #F56379; }
span { border-color: rgb(245,99,121); }
td.TdClassName
{
border-color: #F56379;
}
.TagClassName
{
border-color: #F56379;
}
</style>