Shades of Brink Pink #F86C7D
Tints of Brink Pink #F86C7D
RGB
CMYK
RGB Variations
Color information
#F86C7D (or 0xF86C7D) is known color: Brink Pink. HEX triplet: F8, 6C and 7D. RGB value is (248,108,125). Sum of RGB (Red+Green+Blue) = 248+108+125=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86C7D is #079382. Grayscale: #979797. Windows color (decimal): -496515 or 8219896. OLE color: 8219896.
HSL color Cylindrical-coordinate representation of color #F86C7D: hue angle of 352.71º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F86C7D is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 108 | 125 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.03 |
| HSL | 352.71º | 0.91% | 0.7% | - |
| HSV(B) | 352.71º | 0.56% | 0.97% | - |
| XYZ | 47.78 | 32.16 | 23.09 | - |
| YUV | 151.8 | 112.88 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 108 | 125 | 0 | 0.56 | 0.50 | 0.03 | 352.71 | 0.91 | 0.7 |
| Hex | F8 | 6C | 7D | 0 | 38 | 32 | 3 | 161 | 5B | 46 |
| Octal | 370 | 154 | 175 | 0 | 70 | 62 | 3 | 541 | 133 | 106 |
| Binary | 11111000 | 1101100 | 1111101 | 0 | 111000 | 110010 | 11 | 101100001 | 1011011 | 1000110 |
Color Harmonies of #F86C7D
Complementary color
Monochromatic Colors of #F86C7D
Black with #F86C7D
Text Example
Text Example
White with #F86C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86C7D; }
p { color: rgb(248,108,125); }
H1.HeaderClassName
{
color: #F86C7D;
}
.AnyTagClassName
{
color: #F86C7D;
}
</style>
background-color css
<style>
a { background-color: #F86C7D; }
a { background-color: rgb(248,108,125); }
div.DivClassName
{
background-color: #F86C7D;
}
.BgClassName
{
background-color: #F86C7D;
}
</style>
border-color css
<style>
span { border-color: #F86C7D; }
span { border-color: rgb(248,108,125); }
td.TdClassName
{
border-color: #F86C7D;
}
.TagClassName
{
border-color: #F86C7D;
}
</style>