Shades of Brink Pink #F7667B
Tints of Brink Pink #F7667B
RGB
CMYK
RGB Variations
Color information
#F7667B (or 0xF7667B) is known color: Brink Pink. HEX triplet: F7, 66 and 7B. RGB value is (247,102,123). Sum of RGB (Red+Green+Blue) = 247+102+123=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F7667B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7667B is #089984. Grayscale: #939393. Windows color (decimal): -563589 or 8087287. OLE color: 8087287.
HSL color Cylindrical-coordinate representation of color #F7667B: hue angle of 351.31º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F7667B is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 123 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.03 |
| HSL | 351.31º | 0.9% | 0.68% | - |
| HSV(B) | 351.31º | 0.59% | 0.97% | - |
| XYZ | 46.68 | 30.71 | 22.21 | - |
| YUV | 147.75 | 114.04 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 123 | 0 | 0.59 | 0.50 | 0.03 | 351.31 | 0.9 | 0.68 |
| Hex | F7 | 66 | 7B | 0 | 3B | 32 | 3 | 15F | 5A | 44 |
| Octal | 367 | 146 | 173 | 0 | 73 | 62 | 3 | 537 | 132 | 104 |
| Binary | 11110111 | 1100110 | 1111011 | 0 | 111011 | 110010 | 11 | 101011111 | 1011010 | 1000100 |
Color Harmonies of #F7667B
Complementary color
Monochromatic Colors of #F7667B
Black with #F7667B
Text Example
Text Example
White with #F7667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7667B; }
p { color: rgb(247,102,123); }
H1.HeaderClassName
{
color: #F7667B;
}
.AnyTagClassName
{
color: #F7667B;
}
</style>
background-color css
<style>
a { background-color: #F7667B; }
a { background-color: rgb(247,102,123); }
div.DivClassName
{
background-color: #F7667B;
}
.BgClassName
{
background-color: #F7667B;
}
</style>
border-color css
<style>
span { border-color: #F7667B; }
span { border-color: rgb(247,102,123); }
td.TdClassName
{
border-color: #F7667B;
}
.TagClassName
{
border-color: #F7667B;
}
</style>