Shades of Brink Pink #F76883
Tints of Brink Pink #F76883
RGB
CMYK
RGB Variations
Color information
#F76883 (or 0xF76883) is known color: Brink Pink. HEX triplet: F7, 68 and 83. RGB value is (247,104,131). Sum of RGB (Red+Green+Blue) = 247+104+131=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F76883 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76883 is #08977C. Grayscale: #959595. Windows color (decimal): -563069 or 8612087. OLE color: 8612087.
HSL color Cylindrical-coordinate representation of color #F76883: hue angle of 348.67º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F76883 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 131 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.03 |
| HSL | 348.67º | 0.9% | 0.69% | - |
| HSV(B) | 348.67º | 0.58% | 0.97% | - |
| XYZ | 47.4 | 31.31 | 25.02 | - |
| YUV | 149.84 | 117.38 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 131 | 0 | 0.58 | 0.47 | 0.03 | 348.67 | 0.9 | 0.69 |
| Hex | F7 | 68 | 83 | 0 | 3A | 2F | 3 | 15D | 5A | 45 |
| Octal | 367 | 150 | 203 | 0 | 72 | 57 | 3 | 535 | 132 | 105 |
| Binary | 11110111 | 1101000 | 10000011 | 0 | 111010 | 101111 | 11 | 101011101 | 1011010 | 1000101 |
Color Harmonies of #F76883
Complementary color
Monochromatic Colors of #F76883
Black with #F76883
Text Example
Text Example
White with #F76883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76883; }
p { color: rgb(247,104,131); }
H1.HeaderClassName
{
color: #F76883;
}
.AnyTagClassName
{
color: #F76883;
}
</style>
background-color css
<style>
a { background-color: #F76883; }
a { background-color: rgb(247,104,131); }
div.DivClassName
{
background-color: #F76883;
}
.BgClassName
{
background-color: #F76883;
}
</style>
border-color css
<style>
span { border-color: #F76883; }
span { border-color: rgb(247,104,131); }
td.TdClassName
{
border-color: #F76883;
}
.TagClassName
{
border-color: #F76883;
}
</style>