Shades of Brink Pink #F86B7B
Tints of Brink Pink #F86B7B
RGB
CMYK
RGB Variations
Color information
#F86B7B (or 0xF86B7B) is known color: Brink Pink. HEX triplet: F8, 6B and 7B. RGB value is (248,107,123). Sum of RGB (Red+Green+Blue) = 248+107+123=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F86B7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86B7B is #079484. Grayscale: #979797. Windows color (decimal): -496773 or 8088568. OLE color: 8088568.
HSL color Cylindrical-coordinate representation of color #F86B7B: hue angle of 353.19º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F86B7B is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 107 | 123 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.03 |
| HSL | 353.19º | 0.91% | 0.7% | - |
| HSV(B) | 353.19º | 0.57% | 0.97% | - |
| XYZ | 47.54 | 31.9 | 22.39 | - |
| YUV | 150.98 | 112.21 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 107 | 123 | 0 | 0.57 | 0.50 | 0.03 | 353.19 | 0.91 | 0.7 |
| Hex | F8 | 6B | 7B | 0 | 39 | 32 | 3 | 161 | 5B | 46 |
| Octal | 370 | 153 | 173 | 0 | 71 | 62 | 3 | 541 | 133 | 106 |
| Binary | 11111000 | 1101011 | 1111011 | 0 | 111001 | 110010 | 11 | 101100001 | 1011011 | 1000110 |
Color Harmonies of #F86B7B
Complementary color
Monochromatic Colors of #F86B7B
Black with #F86B7B
Text Example
Text Example
White with #F86B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86B7B; }
p { color: rgb(248,107,123); }
H1.HeaderClassName
{
color: #F86B7B;
}
.AnyTagClassName
{
color: #F86B7B;
}
</style>
background-color css
<style>
a { background-color: #F86B7B; }
a { background-color: rgb(248,107,123); }
div.DivClassName
{
background-color: #F86B7B;
}
.BgClassName
{
background-color: #F86B7B;
}
</style>
border-color css
<style>
span { border-color: #F86B7B; }
span { border-color: rgb(248,107,123); }
td.TdClassName
{
border-color: #F86B7B;
}
.TagClassName
{
border-color: #F86B7B;
}
</style>