Shades of Brink Pink #F86290
Tints of Brink Pink #F86290
RGB
CMYK
RGB Variations
Color information
#F86290 (or 0xF86290) is known color: Brink Pink. HEX triplet: F8, 62 and 90. RGB value is (248,98,144). Sum of RGB (Red+Green+Blue) = 248+98+144=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F86290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86290 is #079D6F. Grayscale: #949494. Windows color (decimal): -499056 or 9462520. OLE color: 9462520.
HSL color Cylindrical-coordinate representation of color #F86290: hue angle of 341.6º 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 #F86290 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 144 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.03 |
| HSL | 341.6º | 0.91% | 0.68% | - |
| HSV(B) | 341.6º | 0.6% | 0.97% | - |
| XYZ | 48.11 | 30.71 | 29.78 | - |
| YUV | 148.09 | 125.7 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 144 | 0 | 0.60 | 0.42 | 0.03 | 341.6 | 0.91 | 0.68 |
| Hex | F8 | 62 | 90 | 0 | 3C | 2A | 3 | 156 | 5B | 44 |
| Octal | 370 | 142 | 220 | 0 | 74 | 52 | 3 | 526 | 133 | 104 |
| Binary | 11111000 | 1100010 | 10010000 | 0 | 111100 | 101010 | 11 | 101010110 | 1011011 | 1000100 |
Color Harmonies of #F86290
Complementary color
Monochromatic Colors of #F86290
Black with #F86290
Text Example
Text Example
White with #F86290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86290; }
p { color: rgb(248,98,144); }
H1.HeaderClassName
{
color: #F86290;
}
.AnyTagClassName
{
color: #F86290;
}
</style>
background-color css
<style>
a { background-color: #F86290; }
a { background-color: rgb(248,98,144); }
div.DivClassName
{
background-color: #F86290;
}
.BgClassName
{
background-color: #F86290;
}
</style>
border-color css
<style>
span { border-color: #F86290; }
span { border-color: rgb(248,98,144); }
td.TdClassName
{
border-color: #F86290;
}
.TagClassName
{
border-color: #F86290;
}
</style>