Shades of Brink Pink #F77380
Tints of Brink Pink #F77380
RGB
CMYK
RGB Variations
Color information
#F77380 (or 0xF77380) is known color: Brink Pink. HEX triplet: F7, 73 and 80. RGB value is (247,115,128). Sum of RGB (Red+Green+Blue) = 247+115+128=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F77380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77380 is #088C7F. Grayscale: #9C9C9C. Windows color (decimal): -560256 or 8418295. OLE color: 8418295.
HSL color Cylindrical-coordinate representation of color #F77380: hue angle of 354.09º 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 #F77380 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 128 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.03 |
| HSL | 354.09º | 0.89% | 0.71% | - |
| HSV(B) | 354.09º | 0.53% | 0.97% | - |
| XYZ | 48.38 | 33.59 | 24.36 | - |
| YUV | 155.95 | 112.23 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 128 | 0 | 0.53 | 0.48 | 0.03 | 354.09 | 0.89 | 0.71 |
| Hex | F7 | 73 | 80 | 0 | 35 | 30 | 3 | 162 | 59 | 47 |
| Octal | 367 | 163 | 200 | 0 | 65 | 60 | 3 | 542 | 131 | 107 |
| Binary | 11110111 | 1110011 | 10000000 | 0 | 110101 | 110000 | 11 | 101100010 | 1011001 | 1000111 |
Color Harmonies of #F77380
Complementary color
Monochromatic Colors of #F77380
Black with #F77380
Text Example
Text Example
White with #F77380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77380; }
p { color: rgb(247,115,128); }
H1.HeaderClassName
{
color: #F77380;
}
.AnyTagClassName
{
color: #F77380;
}
</style>
background-color css
<style>
a { background-color: #F77380; }
a { background-color: rgb(247,115,128); }
div.DivClassName
{
background-color: #F77380;
}
.BgClassName
{
background-color: #F77380;
}
</style>
border-color css
<style>
span { border-color: #F77380; }
span { border-color: rgb(247,115,128); }
td.TdClassName
{
border-color: #F77380;
}
.TagClassName
{
border-color: #F77380;
}
</style>