Shades of Brink Pink #F86291
Tints of Brink Pink #F86291
RGB
CMYK
RGB Variations
Color information
#F86291 (or 0xF86291) is known color: Brink Pink. HEX triplet: F8, 62 and 91. RGB value is (248,98,145). Sum of RGB (Red+Green+Blue) = 248+98+145=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F86291 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86291 is #079D6E. Grayscale: #949494. Windows color (decimal): -499055 or 9528056. OLE color: 9528056.
HSL color Cylindrical-coordinate representation of color #F86291: hue angle of 341.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 #F86291 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 145 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.03 |
| HSL | 341.2º | 0.91% | 0.68% | - |
| HSV(B) | 341.2º | 0.6% | 0.97% | - |
| XYZ | 48.19 | 30.74 | 30.18 | - |
| YUV | 148.21 | 126.2 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 145 | 0 | 0.60 | 0.42 | 0.03 | 341.2 | 0.91 | 0.68 |
| Hex | F8 | 62 | 91 | 0 | 3C | 2A | 3 | 155 | 5B | 44 |
| Octal | 370 | 142 | 221 | 0 | 74 | 52 | 3 | 525 | 133 | 104 |
| Binary | 11111000 | 1100010 | 10010001 | 0 | 111100 | 101010 | 11 | 101010101 | 1011011 | 1000100 |
Color Harmonies of #F86291
Complementary color
Monochromatic Colors of #F86291
Black with #F86291
Text Example
Text Example
White with #F86291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86291; }
p { color: rgb(248,98,145); }
H1.HeaderClassName
{
color: #F86291;
}
.AnyTagClassName
{
color: #F86291;
}
</style>
background-color css
<style>
a { background-color: #F86291; }
a { background-color: rgb(248,98,145); }
div.DivClassName
{
background-color: #F86291;
}
.BgClassName
{
background-color: #F86291;
}
</style>
border-color css
<style>
span { border-color: #F86291; }
span { border-color: rgb(248,98,145); }
td.TdClassName
{
border-color: #F86291;
}
.TagClassName
{
border-color: #F86291;
}
</style>