Shades of Brink Pink #F85783
Tints of Brink Pink #F85783
RGB
CMYK
RGB Variations
Color information
#F85783 (or 0xF85783) is known color: Brink Pink. HEX triplet: F8, 57 and 83. RGB value is (248,87,131). Sum of RGB (Red+Green+Blue) = 248+87+131=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F85783 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85783 is #07A87C. Grayscale: #8C8C8C. Windows color (decimal): -501885 or 8607736. OLE color: 8607736.
HSL color Cylindrical-coordinate representation of color #F85783: hue angle of 343.6º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F85783 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 87 | 131 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.03 |
| HSL | 343.6º | 0.92% | 0.66% | - |
| HSV(B) | 343.6º | 0.65% | 0.97% | - |
| XYZ | 46.22 | 28.41 | 24.52 | - |
| YUV | 140.16 | 122.84 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 87 | 131 | 0 | 0.65 | 0.47 | 0.03 | 343.6 | 0.92 | 0.66 |
| Hex | F8 | 57 | 83 | 0 | 41 | 2F | 3 | 158 | 5C | 42 |
| Octal | 370 | 127 | 203 | 0 | 101 | 57 | 3 | 530 | 134 | 102 |
| Binary | 11111000 | 1010111 | 10000011 | 0 | 1000001 | 101111 | 11 | 101011000 | 1011100 | 1000010 |
Color Harmonies of #F85783
Complementary color
Monochromatic Colors of #F85783
Black with #F85783
Text Example
Text Example
White with #F85783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85783; }
p { color: rgb(248,87,131); }
H1.HeaderClassName
{
color: #F85783;
}
.AnyTagClassName
{
color: #F85783;
}
</style>
background-color css
<style>
a { background-color: #F85783; }
a { background-color: rgb(248,87,131); }
div.DivClassName
{
background-color: #F85783;
}
.BgClassName
{
background-color: #F85783;
}
</style>
border-color css
<style>
span { border-color: #F85783; }
span { border-color: rgb(248,87,131); }
td.TdClassName
{
border-color: #F85783;
}
.TagClassName
{
border-color: #F85783;
}
</style>