Shades of Brink Pink #F85683
Tints of Brink Pink #F85683
RGB
CMYK
RGB Variations
Color information
#F85683 (or 0xF85683) is known color: Brink Pink. HEX triplet: F8, 56 and 83. RGB value is (248,86,131). Sum of RGB (Red+Green+Blue) = 248+86+131=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F85683 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85683 is #07A97C. Grayscale: #8B8B8B. Windows color (decimal): -502141 or 8607480. OLE color: 8607480.
HSL color Cylindrical-coordinate representation of color #F85683: hue angle of 343.33º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F85683 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 131 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.03 |
| HSL | 343.33º | 0.92% | 0.65% | - |
| HSV(B) | 343.33º | 0.65% | 0.97% | - |
| XYZ | 46.14 | 28.25 | 24.49 | - |
| YUV | 139.57 | 123.17 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 131 | 0 | 0.65 | 0.47 | 0.03 | 343.33 | 0.92 | 0.65 |
| Hex | F8 | 56 | 83 | 0 | 41 | 2F | 3 | 157 | 5C | 41 |
| Octal | 370 | 126 | 203 | 0 | 101 | 57 | 3 | 527 | 134 | 101 |
| Binary | 11111000 | 1010110 | 10000011 | 0 | 1000001 | 101111 | 11 | 101010111 | 1011100 | 1000001 |
Color Harmonies of #F85683
Complementary color
Monochromatic Colors of #F85683
Black with #F85683
Text Example
Text Example
White with #F85683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85683; }
p { color: rgb(248,86,131); }
H1.HeaderClassName
{
color: #F85683;
}
.AnyTagClassName
{
color: #F85683;
}
</style>
background-color css
<style>
a { background-color: #F85683; }
a { background-color: rgb(248,86,131); }
div.DivClassName
{
background-color: #F85683;
}
.BgClassName
{
background-color: #F85683;
}
</style>
border-color css
<style>
span { border-color: #F85683; }
span { border-color: rgb(248,86,131); }
td.TdClassName
{
border-color: #F85683;
}
.TagClassName
{
border-color: #F85683;
}
</style>