Shades of Brink Pink #F85883
Tints of Brink Pink #F85883
RGB
CMYK
RGB Variations
Color information
#F85883 (or 0xF85883) is known color: Brink Pink. HEX triplet: F8, 58 and 83. RGB value is (248,88,131). Sum of RGB (Red+Green+Blue) = 248+88+131=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 131 (51.56% from 255 or 28.05% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F85883 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85883 is #07A77C. Grayscale: #8C8C8C. Windows color (decimal): -501629 or 8607992. OLE color: 8607992.
HSL color Cylindrical-coordinate representation of color #F85883: hue angle of 343.88º 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 #F85883 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 88 | 131 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.03 |
| HSL | 343.88º | 0.92% | 0.66% | - |
| HSV(B) | 343.88º | 0.65% | 0.97% | - |
| XYZ | 46.3 | 28.57 | 24.55 | - |
| YUV | 140.74 | 122.51 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 88 | 131 | 0 | 0.65 | 0.47 | 0.03 | 343.88 | 0.92 | 0.66 |
| Hex | F8 | 58 | 83 | 0 | 41 | 2F | 3 | 158 | 5C | 42 |
| Octal | 370 | 130 | 203 | 0 | 101 | 57 | 3 | 530 | 134 | 102 |
| Binary | 11111000 | 1011000 | 10000011 | 0 | 1000001 | 101111 | 11 | 101011000 | 1011100 | 1000010 |
Color Harmonies of #F85883
Complementary color
Monochromatic Colors of #F85883
Black with #F85883
Text Example
Text Example
White with #F85883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85883; }
p { color: rgb(248,88,131); }
H1.HeaderClassName
{
color: #F85883;
}
.AnyTagClassName
{
color: #F85883;
}
</style>
background-color css
<style>
a { background-color: #F85883; }
a { background-color: rgb(248,88,131); }
div.DivClassName
{
background-color: #F85883;
}
.BgClassName
{
background-color: #F85883;
}
</style>
border-color css
<style>
span { border-color: #F85883; }
span { border-color: rgb(248,88,131); }
td.TdClassName
{
border-color: #F85883;
}
.TagClassName
{
border-color: #F85883;
}
</style>