Shades of Brink Pink #F57085
Tints of Brink Pink #F57085
RGB
CMYK
RGB Variations
Color information
#F57085 (or 0xF57085) is known color: Brink Pink. HEX triplet: F5, 70 and 85. RGB value is (245,112,133). Sum of RGB (Red+Green+Blue) = 245+112+133=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F57085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57085 is #0A8F7A. Grayscale: #9A9A9A. Windows color (decimal): -692091 or 8745205. OLE color: 8745205.
HSL color Cylindrical-coordinate representation of color #F57085: hue angle of 350.53º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F57085 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 112 | 133 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.04 |
| HSL | 350.53º | 0.87% | 0.7% | - |
| HSV(B) | 350.53º | 0.54% | 0.96% | - |
| XYZ | 47.68 | 32.69 | 25.99 | - |
| YUV | 154.16 | 116.06 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 112 | 133 | 0 | 0.54 | 0.46 | 0.04 | 350.53 | 0.87 | 0.7 |
| Hex | F5 | 70 | 85 | 0 | 36 | 2E | 4 | 15F | 57 | 46 |
| Octal | 365 | 160 | 205 | 0 | 66 | 56 | 4 | 537 | 127 | 106 |
| Binary | 11110101 | 1110000 | 10000101 | 0 | 110110 | 101110 | 100 | 101011111 | 1010111 | 1000110 |
Color Harmonies of #F57085
Complementary color
Monochromatic Colors of #F57085
Black with #F57085
Text Example
Text Example
White with #F57085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57085; }
p { color: rgb(245,112,133); }
H1.HeaderClassName
{
color: #F57085;
}
.AnyTagClassName
{
color: #F57085;
}
</style>
background-color css
<style>
a { background-color: #F57085; }
a { background-color: rgb(245,112,133); }
div.DivClassName
{
background-color: #F57085;
}
.BgClassName
{
background-color: #F57085;
}
</style>
border-color css
<style>
span { border-color: #F57085; }
span { border-color: rgb(245,112,133); }
td.TdClassName
{
border-color: #F57085;
}
.TagClassName
{
border-color: #F57085;
}
</style>