Shades of Brink Pink #F85B8C
Tints of Brink Pink #F85B8C
RGB
CMYK
RGB Variations
Color information
#F85B8C (or 0xF85B8C) is known color: Brink Pink. HEX triplet: F8, 5B and 8C. RGB value is (248,91,140). Sum of RGB (Red+Green+Blue) = 248+91+140=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F85B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85B8C is #07A473. Grayscale: #8F8F8F. Windows color (decimal): -500852 or 9198584. OLE color: 9198584.
HSL color Cylindrical-coordinate representation of color #F85B8C: hue angle of 341.27º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85B8C is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 91 | 140 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.03 |
| HSL | 341.27º | 0.92% | 0.66% | - |
| HSV(B) | 341.27º | 0.63% | 0.97% | - |
| XYZ | 47.19 | 29.33 | 27.99 | - |
| YUV | 143.53 | 126.01 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 91 | 140 | 0 | 0.63 | 0.44 | 0.03 | 341.27 | 0.92 | 0.66 |
| Hex | F8 | 5B | 8C | 0 | 3F | 2C | 3 | 155 | 5C | 42 |
| Octal | 370 | 133 | 214 | 0 | 77 | 54 | 3 | 525 | 134 | 102 |
| Binary | 11111000 | 1011011 | 10001100 | 0 | 111111 | 101100 | 11 | 101010101 | 1011100 | 1000010 |
Color Harmonies of #F85B8C
Complementary color
Monochromatic Colors of #F85B8C
Black with #F85B8C
Text Example
Text Example
White with #F85B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85B8C; }
p { color: rgb(248,91,140); }
H1.HeaderClassName
{
color: #F85B8C;
}
.AnyTagClassName
{
color: #F85B8C;
}
</style>
background-color css
<style>
a { background-color: #F85B8C; }
a { background-color: rgb(248,91,140); }
div.DivClassName
{
background-color: #F85B8C;
}
.BgClassName
{
background-color: #F85B8C;
}
</style>
border-color css
<style>
span { border-color: #F85B8C; }
span { border-color: rgb(248,91,140); }
td.TdClassName
{
border-color: #F85B8C;
}
.TagClassName
{
border-color: #F85B8C;
}
</style>