Shades of Brink Pink #F76A8A
Tints of Brink Pink #F76A8A
RGB
CMYK
RGB Variations
Color information
#F76A8A (or 0xF76A8A) is known color: Brink Pink. HEX triplet: F7, 6A and 8A. RGB value is (247,106,138). Sum of RGB (Red+Green+Blue) = 247+106+138=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76A8A is #089575. Grayscale: #979797. Windows color (decimal): -562550 or 9071351. OLE color: 9071351.
HSL color Cylindrical-coordinate representation of color #F76A8A: hue angle of 346.38º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F76A8A is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 106 | 138 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.03 |
| HSL | 346.38º | 0.9% | 0.69% | - |
| HSV(B) | 346.38º | 0.57% | 0.97% | - |
| XYZ | 48.1 | 31.92 | 27.67 | - |
| YUV | 151.81 | 120.21 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 106 | 138 | 0 | 0.57 | 0.44 | 0.03 | 346.38 | 0.9 | 0.69 |
| Hex | F7 | 6A | 8A | 0 | 39 | 2C | 3 | 15A | 5A | 45 |
| Octal | 367 | 152 | 212 | 0 | 71 | 54 | 3 | 532 | 132 | 105 |
| Binary | 11110111 | 1101010 | 10001010 | 0 | 111001 | 101100 | 11 | 101011010 | 1011010 | 1000101 |
Color Harmonies of #F76A8A
Complementary color
Monochromatic Colors of #F76A8A
Black with #F76A8A
Text Example
Text Example
White with #F76A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76A8A; }
p { color: rgb(247,106,138); }
H1.HeaderClassName
{
color: #F76A8A;
}
.AnyTagClassName
{
color: #F76A8A;
}
</style>
background-color css
<style>
a { background-color: #F76A8A; }
a { background-color: rgb(247,106,138); }
div.DivClassName
{
background-color: #F76A8A;
}
.BgClassName
{
background-color: #F76A8A;
}
</style>
border-color css
<style>
span { border-color: #F76A8A; }
span { border-color: rgb(247,106,138); }
td.TdClassName
{
border-color: #F76A8A;
}
.TagClassName
{
border-color: #F76A8A;
}
</style>