Shades of Brink Pink #F76290
Tints of Brink Pink #F76290
RGB
CMYK
RGB Variations
Color information
#F76290 (or 0xF76290) is known color: Brink Pink. HEX triplet: F7, 62 and 90. RGB value is (247,98,144). Sum of RGB (Red+Green+Blue) = 247+98+144=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F76290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76290 is #089D6F. Grayscale: #939393. Windows color (decimal): -564592 or 9462519. OLE color: 9462519.
HSL color Cylindrical-coordinate representation of color #F76290: hue angle of 341.48º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F76290 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 98 | 144 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.03 |
| HSL | 341.48º | 0.9% | 0.68% | - |
| HSV(B) | 341.48º | 0.6% | 0.97% | - |
| XYZ | 47.76 | 30.52 | 29.76 | - |
| YUV | 147.8 | 125.86 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 98 | 144 | 0 | 0.60 | 0.42 | 0.03 | 341.48 | 0.9 | 0.68 |
| Hex | F7 | 62 | 90 | 0 | 3C | 2A | 3 | 155 | 5A | 44 |
| Octal | 367 | 142 | 220 | 0 | 74 | 52 | 3 | 525 | 132 | 104 |
| Binary | 11110111 | 1100010 | 10010000 | 0 | 111100 | 101010 | 11 | 101010101 | 1011010 | 1000100 |
Color Harmonies of #F76290
Complementary color
Monochromatic Colors of #F76290
Black with #F76290
Text Example
Text Example
White with #F76290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76290; }
p { color: rgb(247,98,144); }
H1.HeaderClassName
{
color: #F76290;
}
.AnyTagClassName
{
color: #F76290;
}
</style>
background-color css
<style>
a { background-color: #F76290; }
a { background-color: rgb(247,98,144); }
div.DivClassName
{
background-color: #F76290;
}
.BgClassName
{
background-color: #F76290;
}
</style>
border-color css
<style>
span { border-color: #F76290; }
span { border-color: rgb(247,98,144); }
td.TdClassName
{
border-color: #F76290;
}
.TagClassName
{
border-color: #F76290;
}
</style>