Shades of Brink Pink #F96389
Tints of Brink Pink #F96389
RGB
CMYK
RGB Variations
Color information
#F96389 (or 0xF96389) is known color: Brink Pink. HEX triplet: F9, 63 and 89. RGB value is (249,99,137). Sum of RGB (Red+Green+Blue) = 249+99+137=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F96389 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96389 is #069C76. Grayscale: #949494. Windows color (decimal): -433271 or 9004025. OLE color: 9004025.
HSL color Cylindrical-coordinate representation of color #F96389: hue angle of 344.8º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F96389 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 137 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.02 |
| HSL | 344.8º | 0.93% | 0.68% | - |
| HSV(B) | 344.8º | 0.6% | 0.98% | - |
| XYZ | 48.04 | 30.87 | 27.09 | - |
| YUV | 148.18 | 121.7 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 137 | 0 | 0.60 | 0.45 | 0.02 | 344.8 | 0.93 | 0.68 |
| Hex | F9 | 63 | 89 | 0 | 3C | 2D | 2 | 159 | 5D | 44 |
| Octal | 371 | 143 | 211 | 0 | 74 | 55 | 2 | 531 | 135 | 104 |
| Binary | 11111001 | 1100011 | 10001001 | 0 | 111100 | 101101 | 10 | 101011001 | 1011101 | 1000100 |
Color Harmonies of #F96389
Complementary color
Monochromatic Colors of #F96389
Black with #F96389
Text Example
Text Example
White with #F96389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96389; }
p { color: rgb(249,99,137); }
H1.HeaderClassName
{
color: #F96389;
}
.AnyTagClassName
{
color: #F96389;
}
</style>
background-color css
<style>
a { background-color: #F96389; }
a { background-color: rgb(249,99,137); }
div.DivClassName
{
background-color: #F96389;
}
.BgClassName
{
background-color: #F96389;
}
</style>
border-color css
<style>
span { border-color: #F96389; }
span { border-color: rgb(249,99,137); }
td.TdClassName
{
border-color: #F96389;
}
.TagClassName
{
border-color: #F96389;
}
</style>