Shades of Brink Pink #F77483
Tints of Brink Pink #F77483
RGB
CMYK
RGB Variations
Color information
#F77483 (or 0xF77483) is known color: Brink Pink. HEX triplet: F7, 74 and 83. RGB value is (247,116,131). Sum of RGB (Red+Green+Blue) = 247+116+131=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 131 (51.56% from 255 or 26.52% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F77483 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77483 is #088B7C. Grayscale: #9C9C9C. Windows color (decimal): -559997 or 8615159. OLE color: 8615159.
HSL color Cylindrical-coordinate representation of color #F77483: hue angle of 353.13º 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 #F77483 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 116 | 131 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.03 |
| HSL | 353.13º | 0.89% | 0.71% | - |
| HSV(B) | 353.13º | 0.53% | 0.97% | - |
| XYZ | 48.7 | 33.9 | 25.45 | - |
| YUV | 156.88 | 113.4 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 116 | 131 | 0 | 0.53 | 0.47 | 0.03 | 353.13 | 0.89 | 0.71 |
| Hex | F7 | 74 | 83 | 0 | 35 | 2F | 3 | 161 | 59 | 47 |
| Octal | 367 | 164 | 203 | 0 | 65 | 57 | 3 | 541 | 131 | 107 |
| Binary | 11110111 | 1110100 | 10000011 | 0 | 110101 | 101111 | 11 | 101100001 | 1011001 | 1000111 |
Color Harmonies of #F77483
Complementary color
Monochromatic Colors of #F77483
Black with #F77483
Text Example
Text Example
White with #F77483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77483; }
p { color: rgb(247,116,131); }
H1.HeaderClassName
{
color: #F77483;
}
.AnyTagClassName
{
color: #F77483;
}
</style>
background-color css
<style>
a { background-color: #F77483; }
a { background-color: rgb(247,116,131); }
div.DivClassName
{
background-color: #F77483;
}
.BgClassName
{
background-color: #F77483;
}
</style>
border-color css
<style>
span { border-color: #F77483; }
span { border-color: rgb(247,116,131); }
td.TdClassName
{
border-color: #F77483;
}
.TagClassName
{
border-color: #F77483;
}
</style>