Shades of Brink Pink #F86280
Tints of Brink Pink #F86280
RGB
CMYK
RGB Variations
Color information
#F86280 (or 0xF86280) is known color: Brink Pink. HEX triplet: F8, 62 and 80. RGB value is (248,98,128). Sum of RGB (Red+Green+Blue) = 248+98+128=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F86280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86280 is #079D7F. Grayscale: #929292. Windows color (decimal): -499072 or 8413944. OLE color: 8413944.
HSL color Cylindrical-coordinate representation of color #F86280: hue angle of 348º 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 #F86280 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 128 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.03 |
| HSL | 348º | 0.91% | 0.68% | - |
| HSV(B) | 348º | 0.6% | 0.97% | - |
| XYZ | 46.98 | 30.25 | 23.79 | - |
| YUV | 146.27 | 117.7 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 128 | 0 | 0.60 | 0.48 | 0.03 | 348 | 0.91 | 0.68 |
| Hex | F8 | 62 | 80 | 0 | 3C | 30 | 3 | 15C | 5B | 44 |
| Octal | 370 | 142 | 200 | 0 | 74 | 60 | 3 | 534 | 133 | 104 |
| Binary | 11111000 | 1100010 | 10000000 | 0 | 111100 | 110000 | 11 | 101011100 | 1011011 | 1000100 |
Color Harmonies of #F86280
Complementary color
Monochromatic Colors of #F86280
Black with #F86280
Text Example
Text Example
White with #F86280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86280; }
p { color: rgb(248,98,128); }
H1.HeaderClassName
{
color: #F86280;
}
.AnyTagClassName
{
color: #F86280;
}
</style>
background-color css
<style>
a { background-color: #F86280; }
a { background-color: rgb(248,98,128); }
div.DivClassName
{
background-color: #F86280;
}
.BgClassName
{
background-color: #F86280;
}
</style>
border-color css
<style>
span { border-color: #F86280; }
span { border-color: rgb(248,98,128); }
td.TdClassName
{
border-color: #F86280;
}
.TagClassName
{
border-color: #F86280;
}
</style>