Shades of Brink Pink #F87685
Tints of Brink Pink #F87685
RGB
CMYK
RGB Variations
Color information
#F87685 (or 0xF87685) is known color: Brink Pink. HEX triplet: F8, 76 and 85. RGB value is (248,118,133). Sum of RGB (Red+Green+Blue) = 248+118+133=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F87685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87685 is #07897A. Grayscale: #9E9E9E. Windows color (decimal): -493947 or 8746744. OLE color: 8746744.
HSL color Cylindrical-coordinate representation of color #F87685: hue angle of 353.08º 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 #F87685 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 118 | 133 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.03 |
| HSL | 353.08º | 0.9% | 0.72% | - |
| HSV(B) | 353.08º | 0.52% | 0.97% | - |
| XYZ | 49.42 | 34.61 | 26.27 | - |
| YUV | 158.58 | 113.57 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 118 | 133 | 0 | 0.52 | 0.46 | 0.03 | 353.08 | 0.9 | 0.72 |
| Hex | F8 | 76 | 85 | 0 | 34 | 2E | 3 | 161 | 5A | 48 |
| Octal | 370 | 166 | 205 | 0 | 64 | 56 | 3 | 541 | 132 | 110 |
| Binary | 11111000 | 1110110 | 10000101 | 0 | 110100 | 101110 | 11 | 101100001 | 1011010 | 1001000 |
Color Harmonies of #F87685
Complementary color
Monochromatic Colors of #F87685
Black with #F87685
Text Example
Text Example
White with #F87685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87685; }
p { color: rgb(248,118,133); }
H1.HeaderClassName
{
color: #F87685;
}
.AnyTagClassName
{
color: #F87685;
}
</style>
background-color css
<style>
a { background-color: #F87685; }
a { background-color: rgb(248,118,133); }
div.DivClassName
{
background-color: #F87685;
}
.BgClassName
{
background-color: #F87685;
}
</style>
border-color css
<style>
span { border-color: #F87685; }
span { border-color: rgb(248,118,133); }
td.TdClassName
{
border-color: #F87685;
}
.TagClassName
{
border-color: #F87685;
}
</style>