Shades of Brink Pink #F96889
Tints of Brink Pink #F96889
RGB
CMYK
RGB Variations
Color information
#F96889 (or 0xF96889) is known color: Brink Pink. HEX triplet: F9, 68 and 89. RGB value is (249,104,137). Sum of RGB (Red+Green+Blue) = 249+104+137=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F96889 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96889 is #069776. Grayscale: #979797. Windows color (decimal): -431991 or 9005305. OLE color: 9005305.
HSL color Cylindrical-coordinate representation of color #F96889: hue angle of 346.34º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F96889 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 137 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.02 |
| HSL | 346.34º | 0.92% | 0.69% | - |
| HSV(B) | 346.34º | 0.58% | 0.98% | - |
| XYZ | 48.53 | 31.85 | 27.26 | - |
| YUV | 151.12 | 120.04 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 137 | 0 | 0.58 | 0.45 | 0.02 | 346.34 | 0.92 | 0.69 |
| Hex | F9 | 68 | 89 | 0 | 3A | 2D | 2 | 15A | 5C | 45 |
| Octal | 371 | 150 | 211 | 0 | 72 | 55 | 2 | 532 | 134 | 105 |
| Binary | 11111001 | 1101000 | 10001001 | 0 | 111010 | 101101 | 10 | 101011010 | 1011100 | 1000101 |
Color Harmonies of #F96889
Complementary color
Monochromatic Colors of #F96889
Black with #F96889
Text Example
Text Example
White with #F96889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96889; }
p { color: rgb(249,104,137); }
H1.HeaderClassName
{
color: #F96889;
}
.AnyTagClassName
{
color: #F96889;
}
</style>
background-color css
<style>
a { background-color: #F96889; }
a { background-color: rgb(249,104,137); }
div.DivClassName
{
background-color: #F96889;
}
.BgClassName
{
background-color: #F96889;
}
</style>
border-color css
<style>
span { border-color: #F96889; }
span { border-color: rgb(249,104,137); }
td.TdClassName
{
border-color: #F96889;
}
.TagClassName
{
border-color: #F96889;
}
</style>