Shades of Brink Pink #F77481
Tints of Brink Pink #F77481
RGB
CMYK
RGB Variations
Color information
#F77481 (or 0xF77481) is known color: Brink Pink. HEX triplet: F7, 74 and 81. RGB value is (247,116,129). Sum of RGB (Red+Green+Blue) = 247+116+129=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F77481 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77481 is #088B7E. Grayscale: #9C9C9C. Windows color (decimal): -559999 or 8484087. OLE color: 8484087.
HSL color Cylindrical-coordinate representation of color #F77481: hue angle of 354.05º 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 #F77481 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 116 | 129 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.03 |
| HSL | 354.05º | 0.89% | 0.71% | - |
| HSV(B) | 354.05º | 0.53% | 0.97% | - |
| XYZ | 48.57 | 33.85 | 24.74 | - |
| YUV | 156.65 | 112.4 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 116 | 129 | 0 | 0.53 | 0.48 | 0.03 | 354.05 | 0.89 | 0.71 |
| Hex | F7 | 74 | 81 | 0 | 35 | 30 | 3 | 162 | 59 | 47 |
| Octal | 367 | 164 | 201 | 0 | 65 | 60 | 3 | 542 | 131 | 107 |
| Binary | 11110111 | 1110100 | 10000001 | 0 | 110101 | 110000 | 11 | 101100010 | 1011001 | 1000111 |
Color Harmonies of #F77481
Complementary color
Monochromatic Colors of #F77481
Black with #F77481
Text Example
Text Example
White with #F77481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77481; }
p { color: rgb(247,116,129); }
H1.HeaderClassName
{
color: #F77481;
}
.AnyTagClassName
{
color: #F77481;
}
</style>
background-color css
<style>
a { background-color: #F77481; }
a { background-color: rgb(247,116,129); }
div.DivClassName
{
background-color: #F77481;
}
.BgClassName
{
background-color: #F77481;
}
</style>
border-color css
<style>
span { border-color: #F77481; }
span { border-color: rgb(247,116,129); }
td.TdClassName
{
border-color: #F77481;
}
.TagClassName
{
border-color: #F77481;
}
</style>