Shades of Brink Pink #F86184
Tints of Brink Pink #F86184
RGB
CMYK
RGB Variations
Color information
#F86184 (or 0xF86184) is known color: Brink Pink. HEX triplet: F8, 61 and 84. RGB value is (248,97,132). Sum of RGB (Red+Green+Blue) = 248+97+132=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F86184 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86184 is #079E7B. Grayscale: #929292. Windows color (decimal): -499324 or 8675832. OLE color: 8675832.
HSL color Cylindrical-coordinate representation of color #F86184: hue angle of 346.09º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F86184 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 97 | 132 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.03 |
| HSL | 346.09º | 0.92% | 0.68% | - |
| HSV(B) | 346.09º | 0.61% | 0.97% | - |
| XYZ | 47.15 | 30.17 | 25.17 | - |
| YUV | 146.14 | 120.03 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 97 | 132 | 0 | 0.61 | 0.47 | 0.03 | 346.09 | 0.92 | 0.68 |
| Hex | F8 | 61 | 84 | 0 | 3D | 2F | 3 | 15A | 5C | 44 |
| Octal | 370 | 141 | 204 | 0 | 75 | 57 | 3 | 532 | 134 | 104 |
| Binary | 11111000 | 1100001 | 10000100 | 0 | 111101 | 101111 | 11 | 101011010 | 1011100 | 1000100 |
Color Harmonies of #F86184
Complementary color
Monochromatic Colors of #F86184
Black with #F86184
Text Example
Text Example
White with #F86184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86184; }
p { color: rgb(248,97,132); }
H1.HeaderClassName
{
color: #F86184;
}
.AnyTagClassName
{
color: #F86184;
}
</style>
background-color css
<style>
a { background-color: #F86184; }
a { background-color: rgb(248,97,132); }
div.DivClassName
{
background-color: #F86184;
}
.BgClassName
{
background-color: #F86184;
}
</style>
border-color css
<style>
span { border-color: #F86184; }
span { border-color: rgb(248,97,132); }
td.TdClassName
{
border-color: #F86184;
}
.TagClassName
{
border-color: #F86184;
}
</style>