Shades of Brink Pink #F86A7D
Tints of Brink Pink #F86A7D
RGB
CMYK
RGB Variations
Color information
#F86A7D (or 0xF86A7D) is known color: Brink Pink. HEX triplet: F8, 6A and 7D. RGB value is (248,106,125). Sum of RGB (Red+Green+Blue) = 248+106+125=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86A7D is #079582. Grayscale: #969696. Windows color (decimal): -497027 or 8219384. OLE color: 8219384.
HSL color Cylindrical-coordinate representation of color #F86A7D: hue angle of 351.97º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F86A7D is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 106 | 125 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.03 |
| HSL | 351.97º | 0.91% | 0.69% | - |
| HSV(B) | 351.97º | 0.57% | 0.97% | - |
| XYZ | 47.57 | 31.75 | 23.02 | - |
| YUV | 150.62 | 113.54 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 106 | 125 | 0 | 0.57 | 0.50 | 0.03 | 351.97 | 0.91 | 0.69 |
| Hex | F8 | 6A | 7D | 0 | 39 | 32 | 3 | 160 | 5B | 45 |
| Octal | 370 | 152 | 175 | 0 | 71 | 62 | 3 | 540 | 133 | 105 |
| Binary | 11111000 | 1101010 | 1111101 | 0 | 111001 | 110010 | 11 | 101100000 | 1011011 | 1000101 |
Color Harmonies of #F86A7D
Complementary color
Monochromatic Colors of #F86A7D
Black with #F86A7D
Text Example
Text Example
White with #F86A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86A7D; }
p { color: rgb(248,106,125); }
H1.HeaderClassName
{
color: #F86A7D;
}
.AnyTagClassName
{
color: #F86A7D;
}
</style>
background-color css
<style>
a { background-color: #F86A7D; }
a { background-color: rgb(248,106,125); }
div.DivClassName
{
background-color: #F86A7D;
}
.BgClassName
{
background-color: #F86A7D;
}
</style>
border-color css
<style>
span { border-color: #F86A7D; }
span { border-color: rgb(248,106,125); }
td.TdClassName
{
border-color: #F86A7D;
}
.TagClassName
{
border-color: #F86A7D;
}
</style>