Shades of Brink Pink #F87785
Tints of Brink Pink #F87785
RGB
CMYK
RGB Variations
Color information
#F87785 (or 0xF87785) is known color: Brink Pink. HEX triplet: F8, 77 and 85. RGB value is (248,119,133). Sum of RGB (Red+Green+Blue) = 248+119+133=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F87785 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87785 is #07887A. Grayscale: #9F9F9F. Windows color (decimal): -493691 or 8747000. OLE color: 8747000.
HSL color Cylindrical-coordinate representation of color #F87785: hue angle of 353.49º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F87785 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 119 | 133 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.03 |
| HSL | 353.49º | 0.9% | 0.72% | - |
| HSV(B) | 353.49º | 0.52% | 0.97% | - |
| XYZ | 49.54 | 34.84 | 26.3 | - |
| YUV | 159.17 | 113.24 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 119 | 133 | 0 | 0.52 | 0.46 | 0.03 | 353.49 | 0.9 | 0.72 |
| Hex | F8 | 77 | 85 | 0 | 34 | 2E | 3 | 161 | 5A | 48 |
| Octal | 370 | 167 | 205 | 0 | 64 | 56 | 3 | 541 | 132 | 110 |
| Binary | 11111000 | 1110111 | 10000101 | 0 | 110100 | 101110 | 11 | 101100001 | 1011010 | 1001000 |
Color Harmonies of #F87785
Complementary color
Monochromatic Colors of #F87785
Black with #F87785
Text Example
Text Example
White with #F87785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87785; }
p { color: rgb(248,119,133); }
H1.HeaderClassName
{
color: #F87785;
}
.AnyTagClassName
{
color: #F87785;
}
</style>
background-color css
<style>
a { background-color: #F87785; }
a { background-color: rgb(248,119,133); }
div.DivClassName
{
background-color: #F87785;
}
.BgClassName
{
background-color: #F87785;
}
</style>
border-color css
<style>
span { border-color: #F87785; }
span { border-color: rgb(248,119,133); }
td.TdClassName
{
border-color: #F87785;
}
.TagClassName
{
border-color: #F87785;
}
</style>