Shades of Brink Pink #F86287
Tints of Brink Pink #F86287
RGB
CMYK
RGB Variations
Color information
#F86287 (or 0xF86287) is known color: Brink Pink. HEX triplet: F8, 62 and 87. RGB value is (248,98,135). Sum of RGB (Red+Green+Blue) = 248+98+135=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F86287 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86287 is #079D78. Grayscale: #939393. Windows color (decimal): -499065 or 8872696. OLE color: 8872696.
HSL color Cylindrical-coordinate representation of color #F86287: hue angle of 345.2º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F86287 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 135 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.03 |
| HSL | 345.2º | 0.91% | 0.68% | - |
| HSV(B) | 345.2º | 0.6% | 0.97% | - |
| XYZ | 47.45 | 30.44 | 26.3 | - |
| YUV | 147.07 | 121.2 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 135 | 0 | 0.60 | 0.46 | 0.03 | 345.2 | 0.91 | 0.68 |
| Hex | F8 | 62 | 87 | 0 | 3C | 2E | 3 | 159 | 5B | 44 |
| Octal | 370 | 142 | 207 | 0 | 74 | 56 | 3 | 531 | 133 | 104 |
| Binary | 11111000 | 1100010 | 10000111 | 0 | 111100 | 101110 | 11 | 101011001 | 1011011 | 1000100 |
Color Harmonies of #F86287
Complementary color
Monochromatic Colors of #F86287
Black with #F86287
Text Example
Text Example
White with #F86287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86287; }
p { color: rgb(248,98,135); }
H1.HeaderClassName
{
color: #F86287;
}
.AnyTagClassName
{
color: #F86287;
}
</style>
background-color css
<style>
a { background-color: #F86287; }
a { background-color: rgb(248,98,135); }
div.DivClassName
{
background-color: #F86287;
}
.BgClassName
{
background-color: #F86287;
}
</style>
border-color css
<style>
span { border-color: #F86287; }
span { border-color: rgb(248,98,135); }
td.TdClassName
{
border-color: #F86287;
}
.TagClassName
{
border-color: #F86287;
}
</style>