Shades of Brink Pink #F85785
Tints of Brink Pink #F85785
RGB
CMYK
RGB Variations
Color information
#F85785 (or 0xF85785) is known color: Brink Pink. HEX triplet: F8, 57 and 85. RGB value is (248,87,133). Sum of RGB (Red+Green+Blue) = 248+87+133=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 87 (34.38% from 255 or 18.59% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F85785 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85785 is #07A87A. Grayscale: #8C8C8C. Windows color (decimal): -501883 or 8738808. OLE color: 8738808.
HSL color Cylindrical-coordinate representation of color #F85785: hue angle of 342.86º 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 #F85785 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 87 | 133 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.03 |
| HSL | 342.86º | 0.92% | 0.66% | - |
| HSV(B) | 342.86º | 0.65% | 0.97% | - |
| XYZ | 46.35 | 28.47 | 25.24 | - |
| YUV | 140.38 | 123.84 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 87 | 133 | 0 | 0.65 | 0.46 | 0.03 | 342.86 | 0.92 | 0.66 |
| Hex | F8 | 57 | 85 | 0 | 41 | 2E | 3 | 157 | 5C | 42 |
| Octal | 370 | 127 | 205 | 0 | 101 | 56 | 3 | 527 | 134 | 102 |
| Binary | 11111000 | 1010111 | 10000101 | 0 | 1000001 | 101110 | 11 | 101010111 | 1011100 | 1000010 |
Color Harmonies of #F85785
Complementary color
Monochromatic Colors of #F85785
Black with #F85785
Text Example
Text Example
White with #F85785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85785; }
p { color: rgb(248,87,133); }
H1.HeaderClassName
{
color: #F85785;
}
.AnyTagClassName
{
color: #F85785;
}
</style>
background-color css
<style>
a { background-color: #F85785; }
a { background-color: rgb(248,87,133); }
div.DivClassName
{
background-color: #F85785;
}
.BgClassName
{
background-color: #F85785;
}
</style>
border-color css
<style>
span { border-color: #F85785; }
span { border-color: rgb(248,87,133); }
td.TdClassName
{
border-color: #F85785;
}
.TagClassName
{
border-color: #F85785;
}
</style>