Shades of Brink Pink #F77382
Tints of Brink Pink #F77382
RGB
CMYK
RGB Variations
Color information
#F77382 (or 0xF77382) is known color: Brink Pink. HEX triplet: F7, 73 and 82. RGB value is (247,115,130). Sum of RGB (Red+Green+Blue) = 247+115+130=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F77382 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77382 is #088C7D. Grayscale: #9C9C9C. Windows color (decimal): -560254 or 8549367. OLE color: 8549367.
HSL color Cylindrical-coordinate representation of color #F77382: hue angle of 353.18º 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 #F77382 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 130 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.03 |
| HSL | 353.18º | 0.89% | 0.71% | - |
| HSV(B) | 353.18º | 0.53% | 0.97% | - |
| XYZ | 48.52 | 33.65 | 25.06 | - |
| YUV | 156.18 | 113.23 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 130 | 0 | 0.53 | 0.47 | 0.03 | 353.18 | 0.89 | 0.71 |
| Hex | F7 | 73 | 82 | 0 | 35 | 2F | 3 | 161 | 59 | 47 |
| Octal | 367 | 163 | 202 | 0 | 65 | 57 | 3 | 541 | 131 | 107 |
| Binary | 11110111 | 1110011 | 10000010 | 0 | 110101 | 101111 | 11 | 101100001 | 1011001 | 1000111 |
Color Harmonies of #F77382
Complementary color
Monochromatic Colors of #F77382
Black with #F77382
Text Example
Text Example
White with #F77382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77382; }
p { color: rgb(247,115,130); }
H1.HeaderClassName
{
color: #F77382;
}
.AnyTagClassName
{
color: #F77382;
}
</style>
background-color css
<style>
a { background-color: #F77382; }
a { background-color: rgb(247,115,130); }
div.DivClassName
{
background-color: #F77382;
}
.BgClassName
{
background-color: #F77382;
}
</style>
border-color css
<style>
span { border-color: #F77382; }
span { border-color: rgb(247,115,130); }
td.TdClassName
{
border-color: #F77382;
}
.TagClassName
{
border-color: #F77382;
}
</style>