Shades of Brink Pink #F86282
Tints of Brink Pink #F86282
RGB
CMYK
RGB Variations
Color information
#F86282 (or 0xF86282) is known color: Brink Pink. HEX triplet: F8, 62 and 82. RGB value is (248,98,130). Sum of RGB (Red+Green+Blue) = 248+98+130=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F86282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86282 is #079D7D. Grayscale: #929292. Windows color (decimal): -499070 or 8545016. OLE color: 8545016.
HSL color Cylindrical-coordinate representation of color #F86282: hue angle of 347.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 #F86282 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 130 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.03 |
| HSL | 347.2º | 0.91% | 0.68% | - |
| HSV(B) | 347.2º | 0.6% | 0.97% | - |
| XYZ | 47.11 | 30.3 | 24.49 | - |
| YUV | 146.5 | 118.7 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 130 | 0 | 0.60 | 0.48 | 0.03 | 347.2 | 0.91 | 0.68 |
| Hex | F8 | 62 | 82 | 0 | 3C | 30 | 3 | 15B | 5B | 44 |
| Octal | 370 | 142 | 202 | 0 | 74 | 60 | 3 | 533 | 133 | 104 |
| Binary | 11111000 | 1100010 | 10000010 | 0 | 111100 | 110000 | 11 | 101011011 | 1011011 | 1000100 |
Color Harmonies of #F86282
Complementary color
Monochromatic Colors of #F86282
Black with #F86282
Text Example
Text Example
White with #F86282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86282; }
p { color: rgb(248,98,130); }
H1.HeaderClassName
{
color: #F86282;
}
.AnyTagClassName
{
color: #F86282;
}
</style>
background-color css
<style>
a { background-color: #F86282; }
a { background-color: rgb(248,98,130); }
div.DivClassName
{
background-color: #F86282;
}
.BgClassName
{
background-color: #F86282;
}
</style>
border-color css
<style>
span { border-color: #F86282; }
span { border-color: rgb(248,98,130); }
td.TdClassName
{
border-color: #F86282;
}
.TagClassName
{
border-color: #F86282;
}
</style>