Shades of Brink Pink #F7677B
Tints of Brink Pink #F7677B
RGB
CMYK
RGB Variations
Color information
#F7677B (or 0xF7677B) is known color: Brink Pink. HEX triplet: F7, 67 and 7B. RGB value is (247,103,123). Sum of RGB (Red+Green+Blue) = 247+103+123=473 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.22% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 247 - color contains mainly: red. Hex color #F7677B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7677B is #089884. Grayscale: #949494. Windows color (decimal): -563333 or 8087543. OLE color: 8087543.
HSL color Cylindrical-coordinate representation of color #F7677B: hue angle of 351.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 #F7677B is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 103 | 123 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.03 |
| HSL | 351.67º | 0.9% | 0.69% | - |
| HSV(B) | 351.67º | 0.58% | 0.97% | - |
| XYZ | 46.78 | 30.9 | 22.24 | - |
| YUV | 148.34 | 113.71 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 103 | 123 | 0 | 0.58 | 0.50 | 0.03 | 351.67 | 0.9 | 0.69 |
| Hex | F7 | 67 | 7B | 0 | 3A | 32 | 3 | 160 | 5A | 45 |
| Octal | 367 | 147 | 173 | 0 | 72 | 62 | 3 | 540 | 132 | 105 |
| Binary | 11110111 | 1100111 | 1111011 | 0 | 111010 | 110010 | 11 | 101100000 | 1011010 | 1000101 |
Color Harmonies of #F7677B
Complementary color
Monochromatic Colors of #F7677B
Black with #F7677B
Text Example
Text Example
White with #F7677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7677B; }
p { color: rgb(247,103,123); }
H1.HeaderClassName
{
color: #F7677B;
}
.AnyTagClassName
{
color: #F7677B;
}
</style>
background-color css
<style>
a { background-color: #F7677B; }
a { background-color: rgb(247,103,123); }
div.DivClassName
{
background-color: #F7677B;
}
.BgClassName
{
background-color: #F7677B;
}
</style>
border-color css
<style>
span { border-color: #F7677B; }
span { border-color: rgb(247,103,123); }
td.TdClassName
{
border-color: #F7677B;
}
.TagClassName
{
border-color: #F7677B;
}
</style>