Shades of Brink Pink #F87385
Tints of Brink Pink #F87385
RGB
CMYK
RGB Variations
Color information
#F87385 (or 0xF87385) is known color: Brink Pink. HEX triplet: F8, 73 and 85. RGB value is (248,115,133). Sum of RGB (Red+Green+Blue) = 248+115+133=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F87385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87385 is #078C7A. Grayscale: #9C9C9C. Windows color (decimal): -494715 or 8745976. OLE color: 8745976.
HSL color Cylindrical-coordinate representation of color #F87385: hue angle of 351.88º degrees, saturation: 0.9, 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 #F87385 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 133 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.03 |
| HSL | 351.88º | 0.9% | 0.71% | - |
| HSV(B) | 351.88º | 0.54% | 0.97% | - |
| XYZ | 49.08 | 33.91 | 26.15 | - |
| YUV | 156.82 | 114.56 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 133 | 0 | 0.54 | 0.46 | 0.03 | 351.88 | 0.9 | 0.71 |
| Hex | F8 | 73 | 85 | 0 | 36 | 2E | 3 | 160 | 5A | 47 |
| Octal | 370 | 163 | 205 | 0 | 66 | 56 | 3 | 540 | 132 | 107 |
| Binary | 11111000 | 1110011 | 10000101 | 0 | 110110 | 101110 | 11 | 101100000 | 1011010 | 1000111 |
Color Harmonies of #F87385
Complementary color
Monochromatic Colors of #F87385
Black with #F87385
Text Example
Text Example
White with #F87385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87385; }
p { color: rgb(248,115,133); }
H1.HeaderClassName
{
color: #F87385;
}
.AnyTagClassName
{
color: #F87385;
}
</style>
background-color css
<style>
a { background-color: #F87385; }
a { background-color: rgb(248,115,133); }
div.DivClassName
{
background-color: #F87385;
}
.BgClassName
{
background-color: #F87385;
}
</style>
border-color css
<style>
span { border-color: #F87385; }
span { border-color: rgb(248,115,133); }
td.TdClassName
{
border-color: #F87385;
}
.TagClassName
{
border-color: #F87385;
}
</style>