Shades of Brink Pink #F85983
Tints of Brink Pink #F85983
RGB
CMYK
RGB Variations
Color information
#F85983 (or 0xF85983) is known color: Brink Pink. HEX triplet: F8, 59 and 83. RGB value is (248,89,131). Sum of RGB (Red+Green+Blue) = 248+89+131=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F85983 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85983 is #07A67C. Grayscale: #8D8D8D. Windows color (decimal): -501373 or 8608248. OLE color: 8608248.
HSL color Cylindrical-coordinate representation of color #F85983: hue angle of 344.15º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F85983 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 89 | 131 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.03 |
| HSL | 344.15º | 0.92% | 0.66% | - |
| HSV(B) | 344.15º | 0.64% | 0.97% | - |
| XYZ | 46.38 | 28.74 | 24.58 | - |
| YUV | 141.33 | 122.18 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 89 | 131 | 0 | 0.64 | 0.47 | 0.03 | 344.15 | 0.92 | 0.66 |
| Hex | F8 | 59 | 83 | 0 | 40 | 2F | 3 | 158 | 5C | 42 |
| Octal | 370 | 131 | 203 | 0 | 100 | 57 | 3 | 530 | 134 | 102 |
| Binary | 11111000 | 1011001 | 10000011 | 0 | 1000000 | 101111 | 11 | 101011000 | 1011100 | 1000010 |
Color Harmonies of #F85983
Complementary color
Monochromatic Colors of #F85983
Black with #F85983
Text Example
Text Example
White with #F85983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85983; }
p { color: rgb(248,89,131); }
H1.HeaderClassName
{
color: #F85983;
}
.AnyTagClassName
{
color: #F85983;
}
</style>
background-color css
<style>
a { background-color: #F85983; }
a { background-color: rgb(248,89,131); }
div.DivClassName
{
background-color: #F85983;
}
.BgClassName
{
background-color: #F85983;
}
</style>
border-color css
<style>
span { border-color: #F85983; }
span { border-color: rgb(248,89,131); }
td.TdClassName
{
border-color: #F85983;
}
.TagClassName
{
border-color: #F85983;
}
</style>