Shades of Brink Pink #F86084
Tints of Brink Pink #F86084
RGB
CMYK
RGB Variations
Color information
#F86084 (or 0xF86084) is known color: Brink Pink. HEX triplet: F8, 60 and 84. RGB value is (248,96,132). Sum of RGB (Red+Green+Blue) = 248+96+132=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F86084 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86084 is #079F7B. Grayscale: #919191. Windows color (decimal): -499580 or 8675576. OLE color: 8675576.
HSL color Cylindrical-coordinate representation of color #F86084: hue angle of 345.79º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F86084 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 96 | 132 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.03 |
| HSL | 345.79º | 0.92% | 0.67% | - |
| HSV(B) | 345.79º | 0.61% | 0.97% | - |
| XYZ | 47.06 | 29.99 | 25.14 | - |
| YUV | 145.55 | 120.36 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 96 | 132 | 0 | 0.61 | 0.47 | 0.03 | 345.79 | 0.92 | 0.67 |
| Hex | F8 | 60 | 84 | 0 | 3D | 2F | 3 | 15A | 5C | 43 |
| Octal | 370 | 140 | 204 | 0 | 75 | 57 | 3 | 532 | 134 | 103 |
| Binary | 11111000 | 1100000 | 10000100 | 0 | 111101 | 101111 | 11 | 101011010 | 1011100 | 1000011 |
Color Harmonies of #F86084
Complementary color
Monochromatic Colors of #F86084
Black with #F86084
Text Example
Text Example
White with #F86084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86084; }
p { color: rgb(248,96,132); }
H1.HeaderClassName
{
color: #F86084;
}
.AnyTagClassName
{
color: #F86084;
}
</style>
background-color css
<style>
a { background-color: #F86084; }
a { background-color: rgb(248,96,132); }
div.DivClassName
{
background-color: #F86084;
}
.BgClassName
{
background-color: #F86084;
}
</style>
border-color css
<style>
span { border-color: #F86084; }
span { border-color: rgb(248,96,132); }
td.TdClassName
{
border-color: #F86084;
}
.TagClassName
{
border-color: #F86084;
}
</style>