Shades of Brink Pink #F76190
Tints of Brink Pink #F76190
RGB
CMYK
RGB Variations
Color information
#F76190 (or 0xF76190) is known color: Brink Pink. HEX triplet: F7, 61 and 90. RGB value is (247,97,144). Sum of RGB (Red+Green+Blue) = 247+97+144=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F76190 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76190 is #089E6F. Grayscale: #939393. Windows color (decimal): -564848 or 9462263. OLE color: 9462263.
HSL color Cylindrical-coordinate representation of color #F76190: hue angle of 341.2º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F76190 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 97 | 144 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.03 |
| HSL | 341.2º | 0.9% | 0.67% | - |
| HSV(B) | 341.2º | 0.61% | 0.97% | - |
| XYZ | 47.67 | 30.34 | 29.73 | - |
| YUV | 147.21 | 126.2 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 97 | 144 | 0 | 0.61 | 0.42 | 0.03 | 341.2 | 0.9 | 0.67 |
| Hex | F7 | 61 | 90 | 0 | 3D | 2A | 3 | 155 | 5A | 43 |
| Octal | 367 | 141 | 220 | 0 | 75 | 52 | 3 | 525 | 132 | 103 |
| Binary | 11110111 | 1100001 | 10010000 | 0 | 111101 | 101010 | 11 | 101010101 | 1011010 | 1000011 |
Color Harmonies of #F76190
Complementary color
Monochromatic Colors of #F76190
Black with #F76190
Text Example
Text Example
White with #F76190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76190; }
p { color: rgb(247,97,144); }
H1.HeaderClassName
{
color: #F76190;
}
.AnyTagClassName
{
color: #F76190;
}
</style>
background-color css
<style>
a { background-color: #F76190; }
a { background-color: rgb(247,97,144); }
div.DivClassName
{
background-color: #F76190;
}
.BgClassName
{
background-color: #F76190;
}
</style>
border-color css
<style>
span { border-color: #F76190; }
span { border-color: rgb(247,97,144); }
td.TdClassName
{
border-color: #F76190;
}
.TagClassName
{
border-color: #F76190;
}
</style>