Shades of Brink Pink #F96990
Tints of Brink Pink #F96990
RGB
CMYK
RGB Variations
Color information
#F96990 (or 0xF96990) is known color: Brink Pink. HEX triplet: F9, 69 and 90. RGB value is (249,105,144). Sum of RGB (Red+Green+Blue) = 249+105+144=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F96990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96990 is #06966F. Grayscale: #989898. Windows color (decimal): -431728 or 9464313. OLE color: 9464313.
HSL color Cylindrical-coordinate representation of color #F96990: hue angle of 343.75º 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 #F96990 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 105 | 144 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.02 |
| HSL | 343.75º | 0.92% | 0.69% | - |
| HSV(B) | 343.75º | 0.58% | 0.98% | - |
| XYZ | 49.15 | 32.26 | 30.02 | - |
| YUV | 152.5 | 123.21 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 105 | 144 | 0 | 0.58 | 0.42 | 0.02 | 343.75 | 0.92 | 0.69 |
| Hex | F9 | 69 | 90 | 0 | 3A | 2A | 2 | 158 | 5C | 45 |
| Octal | 371 | 151 | 220 | 0 | 72 | 52 | 2 | 530 | 134 | 105 |
| Binary | 11111001 | 1101001 | 10010000 | 0 | 111010 | 101010 | 10 | 101011000 | 1011100 | 1000101 |
Color Harmonies of #F96990
Complementary color
Monochromatic Colors of #F96990
Black with #F96990
Text Example
Text Example
White with #F96990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96990; }
p { color: rgb(249,105,144); }
H1.HeaderClassName
{
color: #F96990;
}
.AnyTagClassName
{
color: #F96990;
}
</style>
background-color css
<style>
a { background-color: #F96990; }
a { background-color: rgb(249,105,144); }
div.DivClassName
{
background-color: #F96990;
}
.BgClassName
{
background-color: #F96990;
}
</style>
border-color css
<style>
span { border-color: #F96990; }
span { border-color: rgb(249,105,144); }
td.TdClassName
{
border-color: #F96990;
}
.TagClassName
{
border-color: #F96990;
}
</style>