Shades of Brink Pink #F96896
Tints of Brink Pink #F96896
RGB
CMYK
RGB Variations
Color information
#F96896 (or 0xF96896) is known color: Brink Pink. HEX triplet: F9, 68 and 96. RGB value is (249,104,150). Sum of RGB (Red+Green+Blue) = 249+104+150=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F96896 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96896 is #069769. Grayscale: #989898. Windows color (decimal): -431978 or 9857273. OLE color: 9857273.
HSL color Cylindrical-coordinate representation of color #F96896: hue angle of 340.97º 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 #F96896 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 150 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.02 |
| HSL | 340.97º | 0.92% | 0.69% | - |
| HSV(B) | 340.97º | 0.58% | 0.98% | - |
| XYZ | 49.52 | 32.24 | 32.47 | - |
| YUV | 152.6 | 126.54 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 150 | 0 | 0.58 | 0.40 | 0.02 | 340.97 | 0.92 | 0.69 |
| Hex | F9 | 68 | 96 | 0 | 3A | 28 | 2 | 155 | 5C | 45 |
| Octal | 371 | 150 | 226 | 0 | 72 | 50 | 2 | 525 | 134 | 105 |
| Binary | 11111001 | 1101000 | 10010110 | 0 | 111010 | 101000 | 10 | 101010101 | 1011100 | 1000101 |
Color Harmonies of #F96896
Complementary color
Monochromatic Colors of #F96896
Black with #F96896
Text Example
Text Example
White with #F96896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96896; }
p { color: rgb(249,104,150); }
H1.HeaderClassName
{
color: #F96896;
}
.AnyTagClassName
{
color: #F96896;
}
</style>
background-color css
<style>
a { background-color: #F96896; }
a { background-color: rgb(249,104,150); }
div.DivClassName
{
background-color: #F96896;
}
.BgClassName
{
background-color: #F96896;
}
</style>
border-color css
<style>
span { border-color: #F96896; }
span { border-color: rgb(249,104,150); }
td.TdClassName
{
border-color: #F96896;
}
.TagClassName
{
border-color: #F96896;
}
</style>