Shades of Brink Pink #F85685
Tints of Brink Pink #F85685
RGB
CMYK
RGB Variations
Color information
#F85685 (or 0xF85685) is known color: Brink Pink. HEX triplet: F8, 56 and 85. RGB value is (248,86,133). Sum of RGB (Red+Green+Blue) = 248+86+133=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F85685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85685 is #07A97A. Grayscale: #8B8B8B. Windows color (decimal): -502139 or 8738552. OLE color: 8738552.
HSL color Cylindrical-coordinate representation of color #F85685: hue angle of 342.59º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F85685 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 133 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.03 |
| HSL | 342.59º | 0.92% | 0.65% | - |
| HSV(B) | 342.59º | 0.65% | 0.97% | - |
| XYZ | 46.27 | 28.31 | 25.21 | - |
| YUV | 139.8 | 124.17 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 133 | 0 | 0.65 | 0.46 | 0.03 | 342.59 | 0.92 | 0.65 |
| Hex | F8 | 56 | 85 | 0 | 41 | 2E | 3 | 157 | 5C | 41 |
| Octal | 370 | 126 | 205 | 0 | 101 | 56 | 3 | 527 | 134 | 101 |
| Binary | 11111000 | 1010110 | 10000101 | 0 | 1000001 | 101110 | 11 | 101010111 | 1011100 | 1000001 |
Color Harmonies of #F85685
Complementary color
Monochromatic Colors of #F85685
Black with #F85685
Text Example
Text Example
White with #F85685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85685; }
p { color: rgb(248,86,133); }
H1.HeaderClassName
{
color: #F85685;
}
.AnyTagClassName
{
color: #F85685;
}
</style>
background-color css
<style>
a { background-color: #F85685; }
a { background-color: rgb(248,86,133); }
div.DivClassName
{
background-color: #F85685;
}
.BgClassName
{
background-color: #F85685;
}
</style>
border-color css
<style>
span { border-color: #F85685; }
span { border-color: rgb(248,86,133); }
td.TdClassName
{
border-color: #F85685;
}
.TagClassName
{
border-color: #F85685;
}
</style>