Shades of Brink Pink #F77384
Tints of Brink Pink #F77384
RGB
CMYK
RGB Variations
Color information
#F77384 (or 0xF77384) is known color: Brink Pink. HEX triplet: F7, 73 and 84. RGB value is (247,115,132). Sum of RGB (Red+Green+Blue) = 247+115+132=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F77384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77384 is #088C7B. Grayscale: #9C9C9C. Windows color (decimal): -560252 or 8680439. OLE color: 8680439.
HSL color Cylindrical-coordinate representation of color #F77384: hue angle of 352.27º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F77384 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 132 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.03 |
| HSL | 352.27º | 0.89% | 0.71% | - |
| HSV(B) | 352.27º | 0.53% | 0.97% | - |
| XYZ | 48.65 | 33.7 | 25.77 | - |
| YUV | 156.41 | 114.23 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 132 | 0 | 0.53 | 0.47 | 0.03 | 352.27 | 0.89 | 0.71 |
| Hex | F7 | 73 | 84 | 0 | 35 | 2F | 3 | 160 | 59 | 47 |
| Octal | 367 | 163 | 204 | 0 | 65 | 57 | 3 | 540 | 131 | 107 |
| Binary | 11110111 | 1110011 | 10000100 | 0 | 110101 | 101111 | 11 | 101100000 | 1011001 | 1000111 |
Color Harmonies of #F77384
Complementary color
Monochromatic Colors of #F77384
Black with #F77384
Text Example
Text Example
White with #F77384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77384; }
p { color: rgb(247,115,132); }
H1.HeaderClassName
{
color: #F77384;
}
.AnyTagClassName
{
color: #F77384;
}
</style>
background-color css
<style>
a { background-color: #F77384; }
a { background-color: rgb(247,115,132); }
div.DivClassName
{
background-color: #F77384;
}
.BgClassName
{
background-color: #F77384;
}
</style>
border-color css
<style>
span { border-color: #F77384; }
span { border-color: rgb(247,115,132); }
td.TdClassName
{
border-color: #F77384;
}
.TagClassName
{
border-color: #F77384;
}
</style>