Shades of Brink Pink #F96491
Tints of Brink Pink #F96491
RGB
CMYK
RGB Variations
Color information
#F96491 (or 0xF96491) is known color: Brink Pink. HEX triplet: F9, 64 and 91. RGB value is (249,100,145). Sum of RGB (Red+Green+Blue) = 249+100+145=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F96491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96491 is #069B6E. Grayscale: #959595. Windows color (decimal): -433007 or 9528569. OLE color: 9528569.
HSL color Cylindrical-coordinate representation of color #F96491: hue angle of 341.88º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F96491 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 100 | 145 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.02 |
| HSL | 341.88º | 0.93% | 0.68% | - |
| HSV(B) | 341.88º | 0.6% | 0.98% | - |
| XYZ | 48.73 | 31.3 | 30.26 | - |
| YUV | 149.68 | 125.36 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 100 | 145 | 0 | 0.60 | 0.42 | 0.02 | 341.88 | 0.93 | 0.68 |
| Hex | F9 | 64 | 91 | 0 | 3C | 2A | 2 | 156 | 5D | 44 |
| Octal | 371 | 144 | 221 | 0 | 74 | 52 | 2 | 526 | 135 | 104 |
| Binary | 11111001 | 1100100 | 10010001 | 0 | 111100 | 101010 | 10 | 101010110 | 1011101 | 1000100 |
Color Harmonies of #F96491
Complementary color
Monochromatic Colors of #F96491
Black with #F96491
Text Example
Text Example
White with #F96491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96491; }
p { color: rgb(249,100,145); }
H1.HeaderClassName
{
color: #F96491;
}
.AnyTagClassName
{
color: #F96491;
}
</style>
background-color css
<style>
a { background-color: #F96491; }
a { background-color: rgb(249,100,145); }
div.DivClassName
{
background-color: #F96491;
}
.BgClassName
{
background-color: #F96491;
}
</style>
border-color css
<style>
span { border-color: #F96491; }
span { border-color: rgb(249,100,145); }
td.TdClassName
{
border-color: #F96491;
}
.TagClassName
{
border-color: #F96491;
}
</style>