Shades of Brink Pink #F96890
Tints of Brink Pink #F96890
RGB
CMYK
RGB Variations
Color information
#F96890 (or 0xF96890) is known color: Brink Pink. HEX triplet: F9, 68 and 90. RGB value is (249,104,144). Sum of RGB (Red+Green+Blue) = 249+104+144=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F96890 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96890 is #06976F. Grayscale: #979797. Windows color (decimal): -431984 or 9464057. OLE color: 9464057.
HSL color Cylindrical-coordinate representation of color #F96890: hue angle of 343.45º 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 #F96890 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 144 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.02 |
| HSL | 343.45º | 0.92% | 0.69% | - |
| HSV(B) | 343.45º | 0.58% | 0.98% | - |
| XYZ | 49.05 | 32.05 | 29.99 | - |
| YUV | 151.92 | 123.54 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 144 | 0 | 0.58 | 0.42 | 0.02 | 343.45 | 0.92 | 0.69 |
| Hex | F9 | 68 | 90 | 0 | 3A | 2A | 2 | 157 | 5C | 45 |
| Octal | 371 | 150 | 220 | 0 | 72 | 52 | 2 | 527 | 134 | 105 |
| Binary | 11111001 | 1101000 | 10010000 | 0 | 111010 | 101010 | 10 | 101010111 | 1011100 | 1000101 |
Color Harmonies of #F96890
Complementary color
Monochromatic Colors of #F96890
Black with #F96890
Text Example
Text Example
White with #F96890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96890; }
p { color: rgb(249,104,144); }
H1.HeaderClassName
{
color: #F96890;
}
.AnyTagClassName
{
color: #F96890;
}
</style>
background-color css
<style>
a { background-color: #F96890; }
a { background-color: rgb(249,104,144); }
div.DivClassName
{
background-color: #F96890;
}
.BgClassName
{
background-color: #F96890;
}
</style>
border-color css
<style>
span { border-color: #F96890; }
span { border-color: rgb(249,104,144); }
td.TdClassName
{
border-color: #F96890;
}
.TagClassName
{
border-color: #F96890;
}
</style>