Shades of Brink Pink #F96291
Tints of Brink Pink #F96291
RGB
CMYK
RGB Variations
Color information
#F96291 (or 0xF96291) is known color: Brink Pink. HEX triplet: F9, 62 and 91. RGB value is (249,98,145). Sum of RGB (Red+Green+Blue) = 249+98+145=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F96291 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96291 is #069D6E. Grayscale: #949494. Windows color (decimal): -433519 or 9528057. OLE color: 9528057.
HSL color Cylindrical-coordinate representation of color #F96291: hue angle of 341.32º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F96291 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 98 | 145 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.02 |
| HSL | 341.32º | 0.93% | 0.68% | - |
| HSV(B) | 341.32º | 0.61% | 0.98% | - |
| XYZ | 48.55 | 30.92 | 30.2 | - |
| YUV | 148.51 | 126.03 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 98 | 145 | 0 | 0.61 | 0.42 | 0.02 | 341.32 | 0.93 | 0.68 |
| Hex | F9 | 62 | 91 | 0 | 3D | 2A | 2 | 155 | 5D | 44 |
| Octal | 371 | 142 | 221 | 0 | 75 | 52 | 2 | 525 | 135 | 104 |
| Binary | 11111001 | 1100010 | 10010001 | 0 | 111101 | 101010 | 10 | 101010101 | 1011101 | 1000100 |
Color Harmonies of #F96291
Complementary color
Monochromatic Colors of #F96291
Black with #F96291
Text Example
Text Example
White with #F96291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96291; }
p { color: rgb(249,98,145); }
H1.HeaderClassName
{
color: #F96291;
}
.AnyTagClassName
{
color: #F96291;
}
</style>
background-color css
<style>
a { background-color: #F96291; }
a { background-color: rgb(249,98,145); }
div.DivClassName
{
background-color: #F96291;
}
.BgClassName
{
background-color: #F96291;
}
</style>
border-color css
<style>
span { border-color: #F96291; }
span { border-color: rgb(249,98,145); }
td.TdClassName
{
border-color: #F96291;
}
.TagClassName
{
border-color: #F96291;
}
</style>