Shades of Brink Pink #F96290
Tints of Brink Pink #F96290
RGB
CMYK
RGB Variations
Color information
#F96290 (or 0xF96290) is known color: Brink Pink. HEX triplet: F9, 62 and 90. RGB value is (249,98,144). Sum of RGB (Red+Green+Blue) = 249+98+144=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F96290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96290 is #069D6F. Grayscale: #949494. Windows color (decimal): -433520 or 9462521. OLE color: 9462521.
HSL color Cylindrical-coordinate representation of color #F96290: hue angle of 341.72º 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 #F96290 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 98 | 144 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.02 |
| HSL | 341.72º | 0.93% | 0.68% | - |
| HSV(B) | 341.72º | 0.61% | 0.98% | - |
| XYZ | 48.47 | 30.89 | 29.79 | - |
| YUV | 148.39 | 125.53 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 98 | 144 | 0 | 0.61 | 0.42 | 0.02 | 341.72 | 0.93 | 0.68 |
| Hex | F9 | 62 | 90 | 0 | 3D | 2A | 2 | 156 | 5D | 44 |
| Octal | 371 | 142 | 220 | 0 | 75 | 52 | 2 | 526 | 135 | 104 |
| Binary | 11111001 | 1100010 | 10010000 | 0 | 111101 | 101010 | 10 | 101010110 | 1011101 | 1000100 |
Color Harmonies of #F96290
Complementary color
Monochromatic Colors of #F96290
Black with #F96290
Text Example
Text Example
White with #F96290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96290; }
p { color: rgb(249,98,144); }
H1.HeaderClassName
{
color: #F96290;
}
.AnyTagClassName
{
color: #F96290;
}
</style>
background-color css
<style>
a { background-color: #F96290; }
a { background-color: rgb(249,98,144); }
div.DivClassName
{
background-color: #F96290;
}
.BgClassName
{
background-color: #F96290;
}
</style>
border-color css
<style>
span { border-color: #F96290; }
span { border-color: rgb(249,98,144); }
td.TdClassName
{
border-color: #F96290;
}
.TagClassName
{
border-color: #F96290;
}
</style>