Shades of Brink Pink #F96A90
Tints of Brink Pink #F96A90
RGB
CMYK
RGB Variations
Color information
#F96A90 (or 0xF96A90) is known color: Brink Pink. HEX triplet: F9, 6A and 90. RGB value is (249,106,144). Sum of RGB (Red+Green+Blue) = 249+106+144=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F96A90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96A90 is #06956F. Grayscale: #999999. Windows color (decimal): -431472 or 9464569. OLE color: 9464569.
HSL color Cylindrical-coordinate representation of color #F96A90: hue angle of 344.06º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F96A90 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 106 | 144 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.02 |
| HSL | 344.06º | 0.92% | 0.7% | - |
| HSV(B) | 344.06º | 0.57% | 0.98% | - |
| XYZ | 49.26 | 32.46 | 30.06 | - |
| YUV | 153.09 | 122.88 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 106 | 144 | 0 | 0.57 | 0.42 | 0.02 | 344.06 | 0.92 | 0.7 |
| Hex | F9 | 6A | 90 | 0 | 39 | 2A | 2 | 158 | 5C | 46 |
| Octal | 371 | 152 | 220 | 0 | 71 | 52 | 2 | 530 | 134 | 106 |
| Binary | 11111001 | 1101010 | 10010000 | 0 | 111001 | 101010 | 10 | 101011000 | 1011100 | 1000110 |
Color Harmonies of #F96A90
Complementary color
Monochromatic Colors of #F96A90
Black with #F96A90
Text Example
Text Example
White with #F96A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96A90; }
p { color: rgb(249,106,144); }
H1.HeaderClassName
{
color: #F96A90;
}
.AnyTagClassName
{
color: #F96A90;
}
</style>
background-color css
<style>
a { background-color: #F96A90; }
a { background-color: rgb(249,106,144); }
div.DivClassName
{
background-color: #F96A90;
}
.BgClassName
{
background-color: #F96A90;
}
</style>
border-color css
<style>
span { border-color: #F96A90; }
span { border-color: rgb(249,106,144); }
td.TdClassName
{
border-color: #F96A90;
}
.TagClassName
{
border-color: #F96A90;
}
</style>