Shades of Brink Pink #F76184
Tints of Brink Pink #F76184
RGB
CMYK
RGB Variations
Color information
#F76184 (or 0xF76184) is known color: Brink Pink. HEX triplet: F7, 61 and 84. RGB value is (247,97,132). Sum of RGB (Red+Green+Blue) = 247+97+132=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F76184 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76184 is #089E7B. Grayscale: #919191. Windows color (decimal): -564860 or 8675831. OLE color: 8675831.
HSL color Cylindrical-coordinate representation of color #F76184: hue angle of 346º 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 #F76184 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 97 | 132 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.03 |
| HSL | 346º | 0.9% | 0.67% | - |
| HSV(B) | 346º | 0.61% | 0.97% | - |
| XYZ | 46.8 | 29.99 | 25.15 | - |
| YUV | 145.84 | 120.2 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 97 | 132 | 0 | 0.61 | 0.47 | 0.03 | 346 | 0.9 | 0.67 |
| Hex | F7 | 61 | 84 | 0 | 3D | 2F | 3 | 15A | 5A | 43 |
| Octal | 367 | 141 | 204 | 0 | 75 | 57 | 3 | 532 | 132 | 103 |
| Binary | 11110111 | 1100001 | 10000100 | 0 | 111101 | 101111 | 11 | 101011010 | 1011010 | 1000011 |
Color Harmonies of #F76184
Complementary color
Monochromatic Colors of #F76184
Black with #F76184
Text Example
Text Example
White with #F76184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76184; }
p { color: rgb(247,97,132); }
H1.HeaderClassName
{
color: #F76184;
}
.AnyTagClassName
{
color: #F76184;
}
</style>
background-color css
<style>
a { background-color: #F76184; }
a { background-color: rgb(247,97,132); }
div.DivClassName
{
background-color: #F76184;
}
.BgClassName
{
background-color: #F76184;
}
</style>
border-color css
<style>
span { border-color: #F76184; }
span { border-color: rgb(247,97,132); }
td.TdClassName
{
border-color: #F76184;
}
.TagClassName
{
border-color: #F76184;
}
</style>