Shades of Brink Pink #F86895
Tints of Brink Pink #F86895
RGB
CMYK
RGB Variations
Color information
#F86895 (or 0xF86895) is known color: Brink Pink. HEX triplet: F8, 68 and 95. RGB value is (248,104,149). Sum of RGB (Red+Green+Blue) = 248+104+149=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F86895 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86895 is #07976A. Grayscale: #989898. Windows color (decimal): -497515 or 9791736. OLE color: 9791736.
HSL color Cylindrical-coordinate representation of color #F86895: hue angle of 341.25º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F86895 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 104 | 149 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.03 |
| HSL | 341.25º | 0.91% | 0.69% | - |
| HSV(B) | 341.25º | 0.58% | 0.97% | - |
| XYZ | 49.09 | 32.03 | 32.03 | - |
| YUV | 152.19 | 126.21 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 104 | 149 | 0 | 0.58 | 0.40 | 0.03 | 341.25 | 0.91 | 0.69 |
| Hex | F8 | 68 | 95 | 0 | 3A | 28 | 3 | 155 | 5B | 45 |
| Octal | 370 | 150 | 225 | 0 | 72 | 50 | 3 | 525 | 133 | 105 |
| Binary | 11111000 | 1101000 | 10010101 | 0 | 111010 | 101000 | 11 | 101010101 | 1011011 | 1000101 |
Color Harmonies of #F86895
Complementary color
Monochromatic Colors of #F86895
Black with #F86895
Text Example
Text Example
White with #F86895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86895; }
p { color: rgb(248,104,149); }
H1.HeaderClassName
{
color: #F86895;
}
.AnyTagClassName
{
color: #F86895;
}
</style>
background-color css
<style>
a { background-color: #F86895; }
a { background-color: rgb(248,104,149); }
div.DivClassName
{
background-color: #F86895;
}
.BgClassName
{
background-color: #F86895;
}
</style>
border-color css
<style>
span { border-color: #F86895; }
span { border-color: rgb(248,104,149); }
td.TdClassName
{
border-color: #F86895;
}
.TagClassName
{
border-color: #F86895;
}
</style>