Shades of Brink Pink #F86489
Tints of Brink Pink #F86489
RGB
CMYK
RGB Variations
Color information
#F86489 (or 0xF86489) is known color: Brink Pink. HEX triplet: F8, 64 and 89. RGB value is (248,100,137). Sum of RGB (Red+Green+Blue) = 248+100+137=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F86489 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86489 is #079B76. Grayscale: #949494. Windows color (decimal): -498551 or 9004280. OLE color: 9004280.
HSL color Cylindrical-coordinate representation of color #F86489: hue angle of 345º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F86489 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 100 | 137 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.03 |
| HSL | 345º | 0.91% | 0.68% | - |
| HSV(B) | 345º | 0.6% | 0.97% | - |
| XYZ | 47.78 | 30.88 | 27.11 | - |
| YUV | 148.47 | 121.53 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 100 | 137 | 0 | 0.60 | 0.45 | 0.03 | 345 | 0.91 | 0.68 |
| Hex | F8 | 64 | 89 | 0 | 3C | 2D | 3 | 159 | 5B | 44 |
| Octal | 370 | 144 | 211 | 0 | 74 | 55 | 3 | 531 | 133 | 104 |
| Binary | 11111000 | 1100100 | 10001001 | 0 | 111100 | 101101 | 11 | 101011001 | 1011011 | 1000100 |
Color Harmonies of #F86489
Complementary color
Monochromatic Colors of #F86489
Black with #F86489
Text Example
Text Example
White with #F86489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86489; }
p { color: rgb(248,100,137); }
H1.HeaderClassName
{
color: #F86489;
}
.AnyTagClassName
{
color: #F86489;
}
</style>
background-color css
<style>
a { background-color: #F86489; }
a { background-color: rgb(248,100,137); }
div.DivClassName
{
background-color: #F86489;
}
.BgClassName
{
background-color: #F86489;
}
</style>
border-color css
<style>
span { border-color: #F86489; }
span { border-color: rgb(248,100,137); }
td.TdClassName
{
border-color: #F86489;
}
.TagClassName
{
border-color: #F86489;
}
</style>