Shades of Brink Pink #F96D8B
Tints of Brink Pink #F96D8B
RGB
CMYK
RGB Variations
Color information
#F96D8B (or 0xF96D8B) is known color: Brink Pink. HEX triplet: F9, 6D and 8B. RGB value is (249,109,139). Sum of RGB (Red+Green+Blue) = 249+109+139=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F96D8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96D8B is #069274. Grayscale: #9A9A9A. Windows color (decimal): -430709 or 9137657. OLE color: 9137657.
HSL color Cylindrical-coordinate representation of color #F96D8B: hue angle of 347.14º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F96D8B is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 109 | 139 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.02 |
| HSL | 347.14º | 0.92% | 0.7% | - |
| HSV(B) | 347.14º | 0.56% | 0.98% | - |
| XYZ | 49.2 | 32.94 | 28.19 | - |
| YUV | 154.28 | 119.38 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 109 | 139 | 0 | 0.56 | 0.44 | 0.02 | 347.14 | 0.92 | 0.7 |
| Hex | F9 | 6D | 8B | 0 | 38 | 2C | 2 | 15B | 5C | 46 |
| Octal | 371 | 155 | 213 | 0 | 70 | 54 | 2 | 533 | 134 | 106 |
| Binary | 11111001 | 1101101 | 10001011 | 0 | 111000 | 101100 | 10 | 101011011 | 1011100 | 1000110 |
Color Harmonies of #F96D8B
Complementary color
Monochromatic Colors of #F96D8B
Black with #F96D8B
Text Example
Text Example
White with #F96D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96D8B; }
p { color: rgb(249,109,139); }
H1.HeaderClassName
{
color: #F96D8B;
}
.AnyTagClassName
{
color: #F96D8B;
}
</style>
background-color css
<style>
a { background-color: #F96D8B; }
a { background-color: rgb(249,109,139); }
div.DivClassName
{
background-color: #F96D8B;
}
.BgClassName
{
background-color: #F96D8B;
}
</style>
border-color css
<style>
span { border-color: #F96D8B; }
span { border-color: rgb(249,109,139); }
td.TdClassName
{
border-color: #F96D8B;
}
.TagClassName
{
border-color: #F96D8B;
}
</style>