Shades of Brink Pink #F87485
Tints of Brink Pink #F87485
RGB
CMYK
RGB Variations
Color information
#F87485 (or 0xF87485) is known color: Brink Pink. HEX triplet: F8, 74 and 85. RGB value is (248,116,133). Sum of RGB (Red+Green+Blue) = 248+116+133=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F87485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87485 is #078B7A. Grayscale: #9D9D9D. Windows color (decimal): -494459 or 8746232. OLE color: 8746232.
HSL color Cylindrical-coordinate representation of color #F87485: hue angle of 352.27º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F87485 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 133 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.03 |
| HSL | 352.27º | 0.9% | 0.71% | - |
| HSV(B) | 352.27º | 0.53% | 0.97% | - |
| XYZ | 49.19 | 34.14 | 26.19 | - |
| YUV | 157.41 | 114.23 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 133 | 0 | 0.53 | 0.46 | 0.03 | 352.27 | 0.9 | 0.71 |
| Hex | F8 | 74 | 85 | 0 | 35 | 2E | 3 | 160 | 5A | 47 |
| Octal | 370 | 164 | 205 | 0 | 65 | 56 | 3 | 540 | 132 | 107 |
| Binary | 11111000 | 1110100 | 10000101 | 0 | 110101 | 101110 | 11 | 101100000 | 1011010 | 1000111 |
Color Harmonies of #F87485
Complementary color
Monochromatic Colors of #F87485
Black with #F87485
Text Example
Text Example
White with #F87485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87485; }
p { color: rgb(248,116,133); }
H1.HeaderClassName
{
color: #F87485;
}
.AnyTagClassName
{
color: #F87485;
}
</style>
background-color css
<style>
a { background-color: #F87485; }
a { background-color: rgb(248,116,133); }
div.DivClassName
{
background-color: #F87485;
}
.BgClassName
{
background-color: #F87485;
}
</style>
border-color css
<style>
span { border-color: #F87485; }
span { border-color: rgb(248,116,133); }
td.TdClassName
{
border-color: #F87485;
}
.TagClassName
{
border-color: #F87485;
}
</style>