Shades of Brink Pink #F85482
Tints of Brink Pink #F85482
RGB
CMYK
RGB Variations
Color information
#F85482 (or 0xF85482) is known color: Brink Pink. HEX triplet: F8, 54 and 82. RGB value is (248,84,130). Sum of RGB (Red+Green+Blue) = 248+84+130=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F85482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85482 is #07AB7D. Grayscale: #8A8A8A. Windows color (decimal): -502654 or 8541432. OLE color: 8541432.
HSL color Cylindrical-coordinate representation of color #F85482: hue angle of 343.17º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F85482 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 84 | 130 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.03 |
| HSL | 343.17º | 0.92% | 0.65% | - |
| HSV(B) | 343.17º | 0.66% | 0.97% | - |
| XYZ | 45.91 | 27.91 | 24.09 | - |
| YUV | 138.28 | 123.33 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 84 | 130 | 0 | 0.66 | 0.48 | 0.03 | 343.17 | 0.92 | 0.65 |
| Hex | F8 | 54 | 82 | 0 | 42 | 30 | 3 | 157 | 5C | 41 |
| Octal | 370 | 124 | 202 | 0 | 102 | 60 | 3 | 527 | 134 | 101 |
| Binary | 11111000 | 1010100 | 10000010 | 0 | 1000010 | 110000 | 11 | 101010111 | 1011100 | 1000001 |
Color Harmonies of #F85482
Complementary color
Monochromatic Colors of #F85482
Black with #F85482
Text Example
Text Example
White with #F85482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85482; }
p { color: rgb(248,84,130); }
H1.HeaderClassName
{
color: #F85482;
}
.AnyTagClassName
{
color: #F85482;
}
</style>
background-color css
<style>
a { background-color: #F85482; }
a { background-color: rgb(248,84,130); }
div.DivClassName
{
background-color: #F85482;
}
.BgClassName
{
background-color: #F85482;
}
</style>
border-color css
<style>
span { border-color: #F85482; }
span { border-color: rgb(248,84,130); }
td.TdClassName
{
border-color: #F85482;
}
.TagClassName
{
border-color: #F85482;
}
</style>