Shades of Brink Pink #F56885
Tints of Brink Pink #F56885
RGB
CMYK
RGB Variations
Color information
#F56885 (or 0xF56885) is known color: Brink Pink. HEX triplet: F5, 68 and 85. RGB value is (245,104,133). Sum of RGB (Red+Green+Blue) = 245+104+133=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F56885 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56885 is #0A977A. Grayscale: #959595. Windows color (decimal): -694139 or 8743157. OLE color: 8743157.
HSL color Cylindrical-coordinate representation of color #F56885: hue angle of 347.66º 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 #F56885 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 133 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.04 |
| HSL | 347.66º | 0.88% | 0.68% | - |
| HSV(B) | 347.66º | 0.58% | 0.96% | - |
| XYZ | 46.84 | 31.01 | 25.71 | - |
| YUV | 149.47 | 118.71 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 133 | 0 | 0.58 | 0.46 | 0.04 | 347.66 | 0.88 | 0.68 |
| Hex | F5 | 68 | 85 | 0 | 3A | 2E | 4 | 15C | 58 | 44 |
| Octal | 365 | 150 | 205 | 0 | 72 | 56 | 4 | 534 | 130 | 104 |
| Binary | 11110101 | 1101000 | 10000101 | 0 | 111010 | 101110 | 100 | 101011100 | 1011000 | 1000100 |
Color Harmonies of #F56885
Complementary color
Monochromatic Colors of #F56885
Black with #F56885
Text Example
Text Example
White with #F56885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56885; }
p { color: rgb(245,104,133); }
H1.HeaderClassName
{
color: #F56885;
}
.AnyTagClassName
{
color: #F56885;
}
</style>
background-color css
<style>
a { background-color: #F56885; }
a { background-color: rgb(245,104,133); }
div.DivClassName
{
background-color: #F56885;
}
.BgClassName
{
background-color: #F56885;
}
</style>
border-color css
<style>
span { border-color: #F56885; }
span { border-color: rgb(245,104,133); }
td.TdClassName
{
border-color: #F56885;
}
.TagClassName
{
border-color: #F56885;
}
</style>