Shades of Brink Pink #F87185
Tints of Brink Pink #F87185
RGB
CMYK
RGB Variations
Color information
#F87185 (or 0xF87185) is known color: Brink Pink. HEX triplet: F8, 71 and 85. RGB value is (248,113,133). Sum of RGB (Red+Green+Blue) = 248+113+133=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F87185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87185 is #078E7A. Grayscale: #9B9B9B. Windows color (decimal): -495227 or 8745464. OLE color: 8745464.
HSL color Cylindrical-coordinate representation of color #F87185: hue angle of 351.11º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F87185 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 113 | 133 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.03 |
| HSL | 351.11º | 0.91% | 0.71% | - |
| HSV(B) | 351.11º | 0.54% | 0.97% | - |
| XYZ | 48.85 | 33.46 | 26.07 | - |
| YUV | 155.65 | 115.23 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 113 | 133 | 0 | 0.54 | 0.46 | 0.03 | 351.11 | 0.91 | 0.71 |
| Hex | F8 | 71 | 85 | 0 | 36 | 2E | 3 | 15F | 5B | 47 |
| Octal | 370 | 161 | 205 | 0 | 66 | 56 | 3 | 537 | 133 | 107 |
| Binary | 11111000 | 1110001 | 10000101 | 0 | 110110 | 101110 | 11 | 101011111 | 1011011 | 1000111 |
Color Harmonies of #F87185
Complementary color
Monochromatic Colors of #F87185
Black with #F87185
Text Example
Text Example
White with #F87185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87185; }
p { color: rgb(248,113,133); }
H1.HeaderClassName
{
color: #F87185;
}
.AnyTagClassName
{
color: #F87185;
}
</style>
background-color css
<style>
a { background-color: #F87185; }
a { background-color: rgb(248,113,133); }
div.DivClassName
{
background-color: #F87185;
}
.BgClassName
{
background-color: #F87185;
}
</style>
border-color css
<style>
span { border-color: #F87185; }
span { border-color: rgb(248,113,133); }
td.TdClassName
{
border-color: #F87185;
}
.TagClassName
{
border-color: #F87185;
}
</style>