Shades of Brink Pink #F96391
Tints of Brink Pink #F96391
RGB
CMYK
RGB Variations
Color information
#F96391 (or 0xF96391) is known color: Brink Pink. HEX triplet: F9, 63 and 91. RGB value is (249,99,145). Sum of RGB (Red+Green+Blue) = 249+99+145=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 145 (57.03% from 255 or 29.41% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F96391 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96391 is #069C6E. Grayscale: #959595. Windows color (decimal): -433263 or 9528313. OLE color: 9528313.
HSL color Cylindrical-coordinate representation of color #F96391: hue angle of 341.6º 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 #F96391 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 145 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.02 |
| HSL | 341.6º | 0.93% | 0.68% | - |
| HSV(B) | 341.6º | 0.6% | 0.98% | - |
| XYZ | 48.64 | 31.11 | 30.23 | - |
| YUV | 149.09 | 125.7 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 145 | 0 | 0.60 | 0.42 | 0.02 | 341.6 | 0.93 | 0.68 |
| Hex | F9 | 63 | 91 | 0 | 3C | 2A | 2 | 156 | 5D | 44 |
| Octal | 371 | 143 | 221 | 0 | 74 | 52 | 2 | 526 | 135 | 104 |
| Binary | 11111001 | 1100011 | 10010001 | 0 | 111100 | 101010 | 10 | 101010110 | 1011101 | 1000100 |
Color Harmonies of #F96391
Complementary color
Monochromatic Colors of #F96391
Black with #F96391
Text Example
Text Example
White with #F96391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96391; }
p { color: rgb(249,99,145); }
H1.HeaderClassName
{
color: #F96391;
}
.AnyTagClassName
{
color: #F96391;
}
</style>
background-color css
<style>
a { background-color: #F96391; }
a { background-color: rgb(249,99,145); }
div.DivClassName
{
background-color: #F96391;
}
.BgClassName
{
background-color: #F96391;
}
</style>
border-color css
<style>
span { border-color: #F96391; }
span { border-color: rgb(249,99,145); }
td.TdClassName
{
border-color: #F96391;
}
.TagClassName
{
border-color: #F96391;
}
</style>